:root {

  /* Fonts */
  --tg-body-font-family: "Roboto", sans-serif;
  --tg-heading-font-family: "Oswald", sans-serif;

  /* Main Brand Colors */
  --tg-primary-color: #faa432;      /* Premium Gold/Orange */
  --tg-secondary-color: #02133d;    /* Deep Royal Navy */

  /* Text Colors */
  --tg-body-font-color: #6b7280;
  --tg-heading-font-color: #0f172a;
  --tg-paragraph-color: #64748b;

  /* Typography */
  --tg-body-font-size: 16px;
  --tg-body-font-weight: 400;
  --tg-heading-font-weight: 500;
  --tg-body-line-height: 1.6;
  --tg-heading-line-height: 1.2;

  /* Dark Shades */
  --tg-dark: #000814;
  --tg-dark-two: #0f172a;

  /* Supporting Brand Palette */
  --tg-blue: #2563eb;
  --tg-indigo: #4338ca;
  --tg-purple: #7c3aed;
  --tg-pink: #db2777;
  --tg-red: #dc2626;

  /* Matching Warm Accent */
  --tg-orange: #f97316;
  --tg-yellow: #faa432;

  /* Supporting Greens */
  --tg-green: #0f766e;
  --tg-teal: #14b8a6;

  /* Info Colors */
  --tg-cyan: #06b6d4;

  /* Neutral Colors */
  --tg-white: #ffffff;
  --tg-gray: #d1d5db;
  --tg-gray-two: #f8fafc;

  /* Extra Luxury Navy Shades */
  --tg-navy-light: #0b1f5e;
  --tg-navy-hover: #112b75;
  --tg-navy-soft: #1e3a8a;

  /* Card & UI */
  --st-card-header-bg: #0b1f5e;
  --st-card-header-hover: #16357d;

  /* Borders & Glass */
  --tg-border-color: #e5e7eb;
  --tg-glass-bg: rgba(255,255,255,0.08);

  /* Shadows */
  --tg-shadow-sm: 0 2px 10px rgba(2, 19, 61, 0.08);
  --tg-shadow-md: 0 8px 25px rgba(2, 19, 61, 0.12);
  --tg-shadow-lg: 0 15px 40px rgba(2, 19, 61, 0.18);

  /* Gradients */
  --tg-gradient-primary: linear-gradient(135deg, #02133d 0%, #0b1f5e 100%);
  --tg-gradient-gold: linear-gradient(135deg, #faa432 0%, #ffcc70 100%);
  --tg-gradient-premium: linear-gradient(135deg, #02133d 0%, #0b1f5e 50%, #faa432 100%);
}

body {
  font-family: var(--tg-body-font-family);
  font-weight: var(--tg-body-font-weight);
  font-size: var(--tg-body-font-size);
  line-height: var(--tg-body-line-height);
  color: var(--tg-body-font-color);
  font-style: normal;
}
img,
.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.fix {
  overflow: hidden;
}
a,
button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}
a:focus,
.btn:focus,
button:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  color: var(--tg-primary-color);
  text-decoration: none;
}
a,
button {
  color: var(--tg-primary-color);
  outline: medium none;
  text-decoration: none;
}
.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tg-heading-font-family);
  color: var(--tg-heading-font-color);
  margin-top: 0px;
  margin-bottom: 0.7rem;
  font-style: normal;
  line-height: var(--tg-heading-line-height);
  font-weight: 500;
  text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
.list-wrap {
  margin: 0px;
  padding: 0px;
}
.list-wrap li {
  list-style: none;
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--tg-body-font-color);
  margin-bottom: 15px;
}
hr {
  border-bottom: 1px solid var(--tg-body-font-color);
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}
label {
  color: var(--tg-body-font-color);
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}
*::-moz-selection {
  background: #d6b161;
  color: var(--tg-white);
  text-shadow: none;
}
::-moz-selection {
  background: var(--tg-body-font-color);
  color: var(--tg-white);
  text-shadow: none;
}
::selection {
  background: var(--tg-body-font-color);
  color: var(--tg-white);
  text-shadow: none;
}
*::-moz-placeholder {
  color: var(--tg-body-font-color);
  font-size: 16px;
  opacity: 1;
}
*::placeholder {
  color: var(--tg-body-font-color);
  font-size: 16px;
  opacity: 1;
}
.theme-overlay {
  position: relative;
}
.theme-overlay::before {
  background: var(--tg-primary-color) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}
.separator {
  border-top: 1px solid #f2f2f2;
}
.nav-link:focus {
  color: inherit;
}


/* scrollUp */
.scroll-top {
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	bottom: -10%;
	right: 30px;
	font-size: 16px;
	border-radius: 50%;
	z-index: 99;
	color: var(--tg-white);
	text-align: center;
	cursor: pointer;
	background: var(--tg-secondary-color);
	transition: 1s ease;
	border: none;
	opacity: 0;
}
.scroll-top.open {
	bottom: 30px;
	opacity: 1;
}
.scroll-top::after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top:hover {
	background-color: var(--tg-heading-font-color);
	opacity: 1;
}
/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* Bootstrap 5 */
.container {
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  --bs-gutter-x: 30px;
}
.row.g-0 {
  --bs-gutter-x: 0;
}
.gutter-y-30 {
  --bs-gutter-y: 30px;
}
:root {
  scroll-behavior: auto;
}

/* button style */
.btn {
  user-select: none;
  -moz-user-select: none;
  background: var(--tg-secondary-color) none repeat scroll 0 0;
  border: medium none;
  border-radius: 50px;
  color: var(--tg-white);
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 0;
  padding: 19px 50px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn::before {
  content: "";
  position: absolute;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  width: 200%;
  height: 200%;
  top: 110%;
  left: 50%;
  background: var(--tg-primary-color);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}
.btn:hover {
  color: var(--tg-white);
}
.btn-two {
  background: var(--tg-primary-color) none repeat scroll 0 0;
}
.btn-two::before {
  background: var(--tg-secondary-color);
}
.btn:hover:before {
  top: -40%;
}
.breadcrumb > .active {
  color: var(--tg-primary-color);
}

/* scrollUp */
.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: -10%;
  right: 30px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 99;
  color: var(--tg-white);
  text-align: center;
  cursor: pointer;
  background: var(--tg-secondary-color);
  transition: 1s ease;
  border: none;
  opacity: 0;
}
.scroll-top.open {
  bottom: 30px;
  opacity: 1;
}
.scroll-top::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
}
.scroll-top:hover {
  background-color: var(--tg-heading-font-color);
  opacity: 1;
}

/* 2. Header */
.custom-container {
  max-width: 1650px;
}
.transparent-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  height: auto;
}
.menu-area {
  padding: 23px 0;
}
.menu-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.logo img {
  max-width: 160px;
  height: 80px;
}
.navbar-wrap {
  display: flex;
  flex-grow: 1;
}
.navbar-wrap ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto 0;
  padding: 0;
}
.navbar-wrap ul li {
  list-style: none;
  display: block;
  position: relative;
}
.navbar-wrap ul li a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--tg-body-font-color);
  padding: 38px 30px;
  display: block;
  line-height: 1;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
  z-index: 1;
}
.main-menu .navigation li.menu-item-has-children .dropdown-btn {
  display: none;
}
.navbar-wrap ul li .sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  min-width: 230px;
  border: 1px solid var(--tg-gray-two);
  background: var(--tg-white);
  margin: 0;
  transform: scale(1, 0);
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  -moz-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  border-radius: 0;
  padding: 18px 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}
.navbar-wrap ul li .sub-menu .sub-menu {
  right: auto;
  left: 100%;
  top: 0;
}
.navbar-wrap ul li .sub-menu li {
  margin-left: 0;
  text-align: left;
  display: block;
}
.navbar-wrap ul li .sub-menu li a {
  padding: 9px 15px 9px 25px;
  line-height: 1.4;
  color: var(--tg-body-font-color);
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.header-action > ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.header-action > ul li {
  position: relative;
  list-style: none;
  margin-left: 40px;
}
.header-action > ul > li:first-child {
  margin-left: 0;
}
.header-action > ul > li.header-shop-cart > a {
  padding-right: 10px;
}
.header-action > ul > li > a {
  display: block;
  color: var(--tg-heading-font-color);
  font-size: 28px;
}
.header-action > ul > li:hover > a {
  color: var(--tg-secondary-color);
}
.header-shop-cart a.cart-count span.mini-cart-count {
  position: absolute;
  right: 0px;
  top: -2px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  background-color: var(--tg-primary-color);
  color: var(--tg-white);
  box-shadow: 0px 5px 12.09px 0.91px rgba(71, 51, 127, 0.14);
}
.header-action > ul li.offCanvas-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  text-align: center;
  background: var(--tg-secondary-color);
  color: var(--tg-white) !important;
  border-radius: 50%;
  font-size: 25px;
}
.transparent-header .navbar-wrap ul li a {
  color: #dcdcdc;
}
.transparent-header .header-action > ul > li > a {
  color: var(--tg-white);
}
.transparent-header .logo .secondary-logo {
  display: none;
}
.transparent-header.sticky-menu .logo .secondary-logo {
  display: block;
}
.transparent-header.sticky-menu .logo .main-logo {
  display: none;
}
.transparent-header.sticky-menu .navbar-wrap ul li a {
  color: var(--tg-body-font-color);
}
.transparent-header.sticky-menu .header-action > ul > li > a {
  color: var(--tg-heading-font-color);
}
.sticky-menu {
  position: fixed;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 99;
  background: var(--tg-white);
  -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  border-radius: 0;
  padding: 0 0;
}
.header-fixed-position {
  display: block;
  height: 138px;
}
.navbar-wrap ul li .sub-menu li.active > a,
.navbar-wrap ul li .sub-menu li:hover > a,
.transparent-header .navbar-wrap ul li.active > a,
.transparent-header .navbar-wrap ul li:hover > a,
.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a {
  color: var(--tg-primary-color);
}

/* Mini Cart Style */
.header-shop-cart .header-mini-cart {
  background: var(--tg-white);
  opacity: 0 !important;
  padding: 25px;
  position: absolute;
  right: -15px;
  top: 60px;
  transition: all 0.5s ease 0s;
  width: 350px;
  z-index: 9;
  box-shadow: 0px 12px 24px 0px rgba(120, 120, 120, 0.3);
  visibility: hidden;
  transform: translateY(10px);
}
.header-shop-cart .header-mini-cart::before {
  position: absolute;
  content: "";
  left: 0px;
  top: -30px;
  width: 100%;
  height: 45px;
  display: block;
}
.header-shop-cart:hover .header-mini-cart {
  opacity: 1 !important;
  visibility: visible;
  transform: translateY(0px);
  z-index: 9;
}
.header-shop-cart .woocommerce-mini-cart__empty-message {
  margin-bottom: 0;
}
.header-shop-cart .header-mini-cart .woocommerce-mini-cart > li {
  margin-bottom: 20px;
  margin-left: 0;
  padding: 0;
}
.header-shop-cart .woocommerce-mini-cart .checkout-link {
  margin-top: 35px;
}
.header-mini-cart
  ul
  li.woocommerce-mini-cart-item
  .remove.remove_from_cart_button {
  display: block;
  font-weight: 700;
  order: 2;
  flex: 0 0 1em;
  background: #f1f1f1;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: red !important;
  text-decoration: none;
  margin-left: auto;
  border: 0;
}
.header-mini-cart
  ul
  li.woocommerce-mini-cart-item
  .remove.remove_from_cart_button:hover {
  background: red;
  color: var(--tg-white) !important;
}
.header-shop-cart .woocommerce-mini-cart .mini-cart-img {
  width: 90px;
  flex: 0 0 90px;
}
.woocommerce-mini-cart .mini-cart-img img.attachment-woocommerce_thumbnail {
  width: 100%;
  margin: 0;
}
.header-shop-cart .woocommerce-mini-cart .mini-cart-content {
  padding-left: 15px;
  text-align: left;
  padding-right: 25px;
  width: 176px;
  flex: 0 0 176px;
}
.woocommerce-mini-cart .mini-cart-content .product-title {
  color: var(--tg-heading-font-color);
  font-size: 16px;
  background: none;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
}
.mini-cart-price {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.woocommerce-mini-cart .mini-cart-price > span {
  color: var(--tg-primary-color);
  font-size: 16px;
  font-weight: 500;
  margin-left: 5px;
  display: block;
}
.header-shop-cart .woocommerce-mini-cart .del-icon {
  flex-grow: 1;
  margin-top: 30px;
}
.header-shop-cart .woocommerce-mini-cart .del-icon a {
  color: var(--tg-body-font-color);
}
.woocommerce-mini-cart .del-icon > a {
  font-size: 18px;
}
.total-price {
  border-top: 1px solid #c7c7c7;
  overflow: hidden;
  padding-top: 20px;
  margin-top: 25px;
}
.total-price > span {
  color: var(--tg-heading-font-color);
  font-weight: 600;
}
.header-shop-cart .header-mini-cart .checkout-link {
  margin-bottom: 0;
}
.header-shop-cart .header-mini-cart .checkout-link a {
  color: var(--tg-white);
  background: var(--tg-secondary-color);
  display: block;
  font-weight: 500;
  padding: 16px 30px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5;
  border-radius: 0;
}
.header-shop-cart .header-mini-cart .checkout-link a:not(.checkout) {
  background: #222;
  color: var(--tg-white);
}
.header-shop-cart .header-mini-cart .checkout-link a:last-child {
  margin-bottom: 0;
}
.header-mini-cart .woocommerce-mini-cart__total {
  padding: 15px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #c7c7c7;
  margin-bottom: 0;
  color: #777;
}
.header-mini-cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
  color: #777;
  font-weight: bolder;
}

/* 3. Mobile-menu */
.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  display: none;
  color: var(--tg-white);
  margin-right: 30px;
  top: 15px;
}
.nav-logo img {
  width: 160px;
}
.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  border-radius: 0px;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}
.mobile-menu .navbar-collapse {
  display: block !important;
}
.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}
.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu .navigation li.current > a:before {
  height: 100%;
}
.search-backdrop,
.menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
  background: #000;
}
.mobile-menu-visible .menu-backdrop {
  opacity: 0.65;
  visibility: visible;
}
.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--tg-white);
  padding: 0px 0px;
  z-index: 5;
  box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .close-btn {
  position: absolute;
  right: 15px;
  top: 28px;
  line-height: 30px;
  width: 35px;
  text-align: center;
  font-size: 20px;
  color: var(--tg-primary-color);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}
.mobile-menu .navigation li {
  position: relative;
  list-style: none;
  display: block;
  border-top: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 60px 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #222;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}
.mobile-menu .navigation li ul {
  margin: 0;
  padding: 0;
}
.mobile-menu .navigation li ul li {
  list-style: none;
}
.mobile-menu .navigation li ul li > a {
  font-size: 15px;
  margin-left: 20px;
  text-transform: capitalize;
}
.mobile-menu .navigation li ul li ul li a {
  margin-left: 40px;
}
.mobile-menu .navigation li ul li ul li ul li a {
  margin-left: 60px;
}
.mobile-menu .navigation li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
  position: absolute;
  right: 15px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #222;
  background: #efefef;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}
.mobile-menu .social-links ul {
  display: flex;
  position: relative;
  text-align: center;
  padding: 30px 20px 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 6px 10px;
}
.mobile-menu .social-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #222;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid #efefef;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.mobile-menu .social-links li a:hover {
  border-color: var(--tg-secondary-color);
  background: var(--tg-secondary-color);
  color: var(--tg-white);
}
.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  display: none;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  text-align: center;
  background: var(--tg-secondary-color);
  color: var(--tg-white);
  border-radius: 50%;
  font-size: 25px;
  cursor: pointer;
  margin-top: -2px;
}

/* 4. Search */
.search-popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  background: var(--tg-white);
  height: auto;
  width: 100%;
  z-index: 99;
  padding: 40px 0 50px;
  display: none;
  z-index: 999;
}
.search-form {
  position: relative;
}
.search-form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--tg-secondary-color);
  padding: 10px 50px 20px;
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  background: transparent;
  color: #222;
}
.search-form input::placeholder {
  font-size: 30px;
  color: #222;
  opacity: 0.5;
}
.search-btn {
  position: absolute;
  right: 20px;
  background: transparent;
  border: 0;
  font-size: 25px;
  color: var(--tg-secondary-color);
  top: 50%;
  transform: translateY(-50%);
}
.search-close {
  position: absolute;
  top: 5%;
  right: 5%;
  font-size: 30px;
  color: var(--tg-secondary-color);
  cursor: pointer;
}
body.search-visible {
  overflow: hidden;
}
.search-backdrop {
  background: #000;
  cursor: url(../image/cross-out.png), pointer;
  z-index: 99;
  visibility: hidden;
}
.search-visible .search-backdrop {
  opacity: 0.55;
  visibility: visible;
}

/* OffCanvas-menu */
.offCanvas-wrap {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  width: 582px;
  padding: 35px 80px 55px;
  transform: translateX(100%);
  height: 100%;
  display: block;
  background-color: var(--tg-white);
  z-index: 1020;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  display: flex;
  flex-direction: column;
}
.offCanvas-toggle {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  background: rgba(13, 155, 77, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 -40px 30px auto;
  cursor: pointer;
}
.offCanvas-toggle img {
  width: 18px;
}
.offCanvas-content {
  margin-bottom: 80px;
}
.offCanvas-content .title {
  font-size: 43px;
  line-height: 1.17;
  margin-bottom: 28px;
}
.offCanvas-content .title span {
  color: var(--tg-secondary-color);
}
.offCanvas-content p {
  margin-bottom: 0;
}
.offCanvas-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.offCanvas-wrap::-webkit-scrollbar {
  width: 0px;
}
.offCanvas-overlay {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  opacity: 0;
  visibility: hidden;
  background: #000;
}
.offcanvas-menu-visible .offCanvas-overlay {
  opacity: 0.6;
  visibility: visible;
}
.offcanvas-menu-visible .offCanvas-wrap {
  transform: translateX(0);
}
.offcanvas-contact .number {
  font-size: 30px;
  margin: 0 0 5px;
}
.offcanvas-contact .email {
  font-size: 30px;
  text-transform: lowercase;
  margin: 0 0 18px;
}
.offcanvas-contact p {
  margin: 0 0 0;
}
.offcanvas-contact .offcanvas-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 35px;
}
.offcanvas-contact .offcanvas-social li {
  margin: 0;
}
.offcanvas-contact .offcanvas-social li a {
  display: flex;
  font-size: 14px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: rgba(13, 155, 77, 0.16);
  border-radius: 50%;
  color: #222;
}
.offcanvas-contact .offcanvas-social li a:hover {
  background: rgba(13, 155, 77, 1);
  color: var(--tg-white);
}

/* 6. Banner */
.banner-area {
  padding: 41px 0 15px;
  position: relative;
}
.banner-content .banner-caption {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  color: var(--tg-primary-color);
  letter-spacing: 0.095em;
  margin: 0 0 28px;
}
.banner-content .title {
  font-size: 32px;
  line-height: 1.13;
  margin: 0 0 61px;
}
.banner-content .btn {
  border: 3px solid var(--tg-white);
  padding: 17px 52px;
}
.banner-images {
  position: relative;
}
.banner-images::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -18px;
  width: 516px;
  height: 46px;
  background: #464646;
  filter: blur(30px);
  border-radius: 99px;
  z-index: -1;
}
.banner-images .main-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  max-width: 550px;
  display: block;
  margin: 0 auto;
}
.banner-content {
  position: relative;
  z-index: 2;
  margin: 0 0 -31px;
}
.banner-shape {
  position: absolute;
  z-index: -1;
}
.banner-shape.one {
  top: 14%;
  width:120px;
}
.banner-shape.two {
  right: 0;
  top: 8%;
}
.banner-shape.three {
  bottom: -15px;
  left: 40px;
}
.banner-shape.four {
  bottom: 0;
  right: 60px;
}

/* Banner-end */

/* About Us */

.aboutus_section {
  background-image: url("../image/aboutus_background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0 130px;
  position: relative;
}
.aboutus_section .aboutus_image {
  position: relative !important;
  z-index: 1;
}
.aboutus_image figure {
  margin-top: -12px;
}
.aboutus_top_shape {
  position: absolute;
  top: 70px;
  left: 0px;
}
.aboutus_bottom_shape {
  position: absolute;
  top: 400px;
  left: 0px;
}
.aboutus_content {
  padding-top: 145px;
  padding-left: 16px;
}
.aboutus_content h5 {
  text-transform: uppercase;
  color: var(--tg-secondary-color);
  letter-spacing: 3.1px;
  margin-bottom: 12px;
}
.aboutus_content h2 {
  margin-bottom: 18px;
  color: var(--tg-primary-color);
}
.aboutus_content p {
  margin-bottom: 15px;
  color: var(--tg-heading-font-color);
}
.aboutus_content h6 {
  color: var(--tg-secondary-color);
  margin-left: 16px;
  margin-bottom: 35px;
}
.aboutus_line_wrapper {
  position: relative;
}
.aboutus_line_wrapper .purple_line {
  position: absolute;
  left: 0;
  top: 5px;
}
.aboutus_content .btn_wrapper .get_started_btn {
  position: relative;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  padding: 24px 40px;
  text-align: center;
  color: var(--tg-primary-color);
  display: inline-block;
  background-color: var(--tg-secondary-color);
  border-radius: 35px 0px 35px 0px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.aboutus_content .btn_wrapper .get_started_btn:hover {
  color: var(--tg-white);
  background-color: var(--tg-primary-color);
  transform: translateY(-10px);
}
.aboutus_content .btn_wrapper .get_started_btn:hover:before {
  left: 0%;
  right: auto;
  width: 100%;
}
.aboutus_content .btn_wrapper .get_started_btn:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: "";
  color: var(--tg-black);
  background: var(--tg-primary-color);
  transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
}
.left_shape img {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}
.right_shape img {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}

.slick-arrow{
  height:auto;
}
.slick-arrow i{
  color:var(--tg-primary-color);
}
/* About-end */

/* ==========================================================================
   Our Specialties Section
   ========================================================================== */

.our_specialties_section {
  padding: 120px 0 108px;
  position: relative;
  background-color: var(--tg-white);
  font-family: var(--tg-body-font-family);
  font-size: var(--tg-body-font-size);
  font-weight: var(--tg-body-font-weight);
  line-height: var(--tg-body-line-height);
  color: var(--tg-body-font-color);
}

/* --- Heading Content --- */

.our_specialties_heading_content {
  text-align: center;
}

.our_specialties_heading_content h5 {
  font-family: var(--tg-heading-font-family);
  font-weight: var(--tg-heading-font-weight);
  text-transform: uppercase;
  color: var(--tg-primary-color); /* Vibrant Orange Badge Accent */
  letter-spacing: 3.1px;
  margin-bottom: 12px;
}

.our_specialties_heading_content h2 {
  font-family: var(--tg-heading-font-family);
  font-weight: var(--tg-heading-font-weight);
  line-height: var(--tg-heading-line-height);
  margin-bottom: 18px;
  color: var(--tg-heading-font-color); /* Premium Deep Charcoal Text */
}

.our_specialties_heading_content p {
  margin-bottom: 35px;
  padding: 0 95px;
  color: var(--tg-paragraph-color);
}

/* --- Grid Row Alignment Adjustments --- */

.s1 {
  padding-top: 110px;
  padding-right: 25px;
}
.s2 {
  padding-right: 70px;
}
.s3 {
  padding-right: 75px;
}
.s4 {
  padding-right: 25px;
}

.s5 {
  padding-top: 110px;
  padding-left: 24px;
}
.s6 {
  padding-left: 74px;
}
.s7 {
  padding-left: 74px;
}
.s8 {
  padding-left: 24px;
}

.specialties_content_wrapper {
  position: relative;
}

/* --- Left Columns Content Blocks (Right-aligned text) --- */

.specialties_content {
  text-align: right;
  margin-bottom: 46px;
  position: relative;
}

.specialties_content .specialties_name {
  font-family: var(--tg-heading-font-family);
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: var(--tg-heading-font-color);
  margin-bottom: 6px;
}

.specialties_content .specialties_paragraph {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: var(--tg-body-font-color);
  margin-bottom: 0;
}

/* --- Right Columns Content Blocks (Left-aligned text) --- */

.specialties_content2 {
  text-align: left;
  margin-bottom: 46px;
  position: relative;
}

.specialties_content2 .specialties_name {
  font-family: var(--tg-heading-font-family);
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: var(--tg-heading-font-color);
  margin-bottom: 6px;
}

.specialties_content2 .specialties_paragraph {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: var(--tg-body-font-color);
  margin-bottom: 0;
}

/* --- Decorative Infographic Connecting Lines --- */

.specialties_left_line {
  position: absolute;
  top: 120px;
  right: -50px;
}

.specialties_left_line img {
  height: 390px;
}

.specialties_right_line {
  position: absolute;
  top: 120px;
  left: -50px;
}

.specialties_right_line img {
  height: 390px;
}

/* --- Element --- */

/* Left Side Checkmarks */
.specialties_content::after {
  content: "\f058";
  height: 76px;
  width: 76px;
  background-color: var(--tg-secondary-color); /* Medical Trust Green */
  position: absolute;
  border-radius: 100%;
  z-index: 1;
  text-align: center;
  padding: 5px;
  font-weight: 400;
  font-size: 42px;
  line-height: 64px;
  color: var(--tg-white);
  font-family: "Font Awesome 6 Free";
  box-shadow: 0 4px 15px rgba(13, 155, 77, 0.2);
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
}

/* Right Side Checkmarks */
.specialties_content2::after {
  content: "\f058";
  height: 76px;
  width: 76px;
  background-color: var(--tg-secondary-color); /* Medical Trust Green */
  position: absolute;
  border-radius: 100%;
  z-index: 1;
  text-align: center;
  padding: 5px;
  font-weight: 400;
  font-size: 42px;
  line-height: 64px;
  color: var(--tg-white);
  font-family: "Font Awesome 6 Free";
  box-shadow: 0 4px 15px rgba(13, 155, 77, 0.2);
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
}

/* Icon Position Rules */
.s1::after {
  top: 110px;
  right: -78px;
}
.s2::after {
  top: 0px;
  right: -30px;
}
.s3::after {
  top: 0;
  right: -30px;
}
.s4::after {
  top: 0;
  right: -78px;
}

.s5::after {
  top: 110px;
  left: -78px;
}
.s6::after {
  top: 0px;
  left: -30px;
}
.s7::after {
  top: 0;
  left: -30px;
}
.s8::after {
  top: 0;
  left: -78px;
}

/* Interactive Hover Feedback */
.specialties_content:hover::after,
.specialties_content2:hover::after {
  transform: scale(1.08);
  background-color: var(
    --tg-primary-color
  ); /* Swaps green to orange on card hover */
}

/* --- Central Product Image Floating Animation --- */

.our_specialties_section .specialties_image {
  text-align: center;
  position: relative;
  z-index: 2;
  animation: float_img 5s ease-in-out infinite;
}

.our_specialties_section .our_specialties_right_shape {
  position: absolute;
  top: 150px;
  right: 0;
  z-index: 1;
}

@keyframes float_img {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-15px) rotate(1deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

/* Our Specialities End */


/* related */
.related-product-active [class*="col-"],
.home-shop-active [class*="col-"] {
	padding-left: 15px;
	padding-right: 15px;
}
.related-product-active .slick-arrow,
.home-shop-active .slick-arrow {
	position: absolute;
	top: calc(50% - 43px);
	transform: translateY(-50%);
	left: -100px;
	background: transparent;
	border: none;
	padding: 0 0;
	font-size: 50px;
	color: var(--tg-heading-font-color);
	z-index: 2;
	display: block;
	width: auto;
	line-height: 1;
}
.related-product-active .slick-arrow.slick-next,
.home-shop-active .slick-arrow.slick-next {
	left: auto;
	right: -100px;
}
.related-product-active .slick-arrow::before,
.home-shop-active .slick-arrow::before {
	content: "";
	position: absolute;
	left: -25px;
	top: 50%;
	transform: translateY(-50%);
	width: 55px;
	height: 55px;
	background: var(--tg-secondary-color);
	opacity: .3;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	z-index: -1;
}
.related-product-active .slick-arrow.slick-next::before,
.home-shop-active .slick-arrow.slick-next::before {
	left: auto;
	right: -25px;
}
.related-product-active .slick-dots,
.home-shop-active .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0 0;
	padding: 0 0;
}
.related-product-active .slick-dots li,
.home-shop-active .slick-dots li {
	list-style: none;
	line-height: 1;
	margin: 0 5px;
}
.related-product-active .slick-dots li button,
.home-shop-active .slick-dots li button {
	border: none;
	padding: 0;
	text-indent: -99999px;
	width: 10px;
	height: 10px;
	background: var(--tg-primary-color);
	opacity: .3;
	border-radius: 50%;
	display: block;
	line-height: 1;
}
.related-product-active .slick-dots li.slick-active button,
.home-shop-active .slick-dots li.slick-active button {
	box-shadow: 0px 3px 3px rgba(250, 164, 50, 0.22);
	border-radius: 5px;
	width: 20px;
	opacity: 1;
}
.related-product-active .slick-arrow:hover::before,
.home-shop-active .slick-arrow:hover::before {
	opacity: 1;
}


/* 8. Features */
.features-bg {
	background-position: center;
	background-size: cover;
	padding: 97px 0;
	position: relative;
	margin: 37px 0 44px;
}
.features-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: -41px;
	width: 100%;
	height: 41px;
	background-image: url(../img/bg/features_shape01.png);
	background-repeat: repeat-x;
	background-position: center;
}
.features-bg::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -50px;
	width: 100%;
	height: 50px;
	background-image: url(../img/bg/features_shape02.png);
	background-repeat: repeat-x;
	background-position: center;
}
.features-img {
	text-align: right;
	margin-right: -30px;
}
.features-item {
	margin: 0 0 50px;
}
.features-icon {
	font-size: 50px;
	color: #FEE431;
	position: relative;
	z-index: 1;
	margin: 0 0 27px;
}
.features-icon::after {
	content: "";
	position: absolute;
	left: 20px;
	top: 5px;
	width: 40px;
	height: 40px;
	background: #20B764;
	border-radius: 50%;
	z-index: -1;
	transition: .4s linear;
}
.features-content .title {
	font-size: 20px;
	color: var(--tg-white);
	letter-spacing: 0.02em;
	margin-bottom: 14px;
}
.features-content p {
	margin: 0 0;
	color: var(--tg-white);
}
.features-item:hover .features-icon::after {
	left: 5px;
}
.features-items-wrap .row>*:nth-last-child(-n+2) .features-item {
	margin: 0 0;
}
.features-items-wrap .row>*:nth-child(4n+1) .features-item ,
.features-items-wrap .row>*:nth-child(4n+3) .features-item {
	margin-right: 50px;
}
.features-items-wrap .row>*:nth-child(4n+2) .features-item,
.features-items-wrap .row>*:nth-child(4n) .features-item {
	margin-left: 50px;
}
/* 8. Features */
.features-bg {
  background-position: center;
  background-size: cover;
  padding: 97px 0;
  position: relative;
  margin: 37px 0 44px;
}
.features-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: -41px;
  width: 100%;
  height: 41px;
  background-image: url(../image/features_shape01.png);
  background-repeat: repeat-x;
  background-position: center;
}
.features-bg::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  height: 50px;
  background-image: url(../image/features_shape02.png);
  background-repeat: repeat-x;
  background-position: center;
}
.features-img {
  text-align: right;
  margin-right: -30px;
}
.features-item {
  margin: 0 0 50px;
}
.features-icon {
  font-size: 50px;
  color: #fee431;
  position: relative;
  z-index: 1;
  margin: 0 0 27px;
}
.features-icon::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 5px;
  width: 40px;
  height: 40px;
  background: #20b764;
  border-radius: 50%;
  z-index: -1;
  transition: 0.4s linear;
}
.features-content .title {
  font-size: 20px;
  color: var(--tg-white);
  letter-spacing: 0.02em;
  margin-bottom: 14px;
}
.features-content p {
  margin: 0 0;
  color: var(--tg-white);
}
.features-item:hover .features-icon::after {
  left: 5px;
}
.features-items-wrap .row > *:nth-last-child(-n + 2) .features-item {
  margin: 0 0;
}
.features-items-wrap .row > *:nth-child(4n + 1) .features-item,
.features-items-wrap .row > *:nth-child(4n + 3) .features-item {
  margin-right: 50px;
}
.features-items-wrap .row > *:nth-child(4n + 2) .features-item,
.features-items-wrap .row > *:nth-child(4n) .features-item {
  margin-left: 50px;
}

/* 9. Features Products */
.features-products {
  padding: 150px 0 150px;
  position: relative;
}
.features-products-wrap {
  margin-bottom: 180px;
}
.features-products-wrap:last-child {
  margin: 0 0;
}
.features-products-thumb {
  position: relative;
  text-align: center;
  margin: 0px 137px 0px 212px;
}
.features-products-thumb::before {
  content: "";
  position: absolute;
  left: 38%;
  top: 50%;
  background-image: url(../image/features_product_dots.png);
  width: 706px;
  height: 706px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.features-products-thumb .shape-img {
  position: absolute;
  bottom: 13px;
  left: -135px;
  z-index: -1;
  transition: 0.35s linear;
}
.features-product-content {
  width: 81%;
}
.features-product-content .title {
  font-size: 50px;
  margin-bottom: 0;
}
.features-product-content .title::after {
  content: "";
  display: block;
  background-image: url(../img/others/title_shape.svg);
  width: 79px;
  height: 14px;
  background-repeat: no-repeat;
  margin: 18px 0 33px;
}
.features-product-quantity {
  font-size: 16px;
  text-transform: inherit;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin: 0 0 24px;
}
.features-product-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 55px 0 0;
}
.features-product-bottom .price {
  font-size: 28px;
  font-weight: 700;
  color: var(--tg-heading-font-color);
  font-family: "Oswald", sans-serif;
  display: block;
  margin-left: 30px;
}
.features-product-bottom .old-price {
  font-size: 20px;
  color: var(--tg-primary-color);
  margin-left: 15px;
  text-decoration: line-through;
}
.features-products-thumb .main-img {
  display: inline-block;
  position: relative;
}
.features-products-thumb .main-img::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7px;
  width: 230px;
  height: 46px;
  background: #464646;
  filter: blur(30px);
  border-radius: 99px;
  z-index: -1;
}
.features-products-wrap:nth-child(even) .row {
  flex-direction: row-reverse;
}
.features-products-wrap:nth-child(even) .features-product-content {
  margin-left: auto;
}
.features-products-wrap:nth-child(even) .features-products-thumb {
  margin: 0px 200px 0px 143px;
}
.features-products-wrap:nth-child(even) .features-products-thumb .shape-img {
  bottom: 27px;
  left: auto;
  right: -91px;
}
.features-products-wrap:nth-child(even) .features-products-thumb::before {
  left: 74%;
  top: 40%;
  transform: translate(-50%, -50%);
}
.features-products-wrap .features-products-thumb:hover .shape-img {
  transform: translateX(15px);
}
.features-products-wrap:nth-child(even)
  .features-products-thumb:hover
  .shape-img {
  transform: translateX(-15px);
}
.features-products-wrap:nth-child(3n + 3) .features-products-thumb {
  margin: 0px 138px 0px 168px;
}
.features-products-wrap:nth-child(3n + 3) .features-products-thumb .shape-img {
  left: -122px;
}
.fp-shapes-wrap > * {
  position: absolute;
  z-index: -1;
}
.fp-shapes-wrap .fp-shape-one {
  right: 0;
  top: 230px;
}
.fp-shapes-wrap .fp-shape-two {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.fp-shapes-wrap .fp-shape-three {
  right: 0;
  bottom: 360px;
}
.fp-circle {
  position: absolute;
  background: #f9f9f9;
  z-index: -2;
  border-radius: 50%;
}
.fp-circle.one {
  width: 697px;
  height: 697px;
  left: -155px;
  top: -95px;
}
.fp-circle.two {
  width: 686px;
  height: 686px;
  right: -70px;
  bottom: 21%;
}
.fp-circle.three {
  width: 626px;
  height: 626px;
  left: -85px;
  bottom: -4%;
}
.fp-circle.four {
  width: 100px;
  height: 100px;
  background: #e6f5ee;
  left: 50%;
  transform: translateX(-50%);
  top: 33%;
}
.fp-circle.five {
  width: 100px;
  height: 100px;
  background: #e6f5ee;
  left: 50%;
  transform: translateX(-50%);
  bottom: 33%;
}

/*  Shop */
.home-shop-area {
  padding: 0 0 150px;
}
.home-shop-item {
  background: var(--tg-white);
  box-shadow: 0px 15px 26px rgba(173, 185, 202, 0.17);
  margin: 106px 0 50px;
  padding: 0 40px 40px;
}
.home-shop-thumb {
  text-align: center;
  position: relative;
  max-width: 205px;
  margin: 0 auto 45px;
  z-index: 1;
}
.home-shop-thumb > a {
  text-align: center;
  width: 100%;
  min-height: 190px;
  align-items: flex-start;
  margin: -106px auto 0;
  position: relative;
  display: inline-flex;
  justify-content: center;
}
.home-shop-thumb img {
  display: inline-block;
  height: 190px;
  object-fit: contain;
  max-width: 126px;
  object-position: top;
}
.shop-thumb-shape {
  position: absolute;
  width: 100%;
  height: 103px;
  left: 0;
  bottom: -11px;
  background: #a3d86d;
  border-radius: 50% / 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  z-index: -1;
}
.shop-thumb-shape.yellow {
  background: #f0de5a;
}
.shop-thumb-shape.purple {
  background: #996bac;
}
.shop-thumb-shape.gray {
  background: #dededd;
}
.shop-thumb-shape.blue {
  background: #25a1d0;
}
.home-shop-content .title {
  font-size: 20px;
  margin-bottom: 20px;
}
.home-shop-price {
  font-size: 20px;
  display: block;
  letter-spacing: 0.02em;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #222;
  line-height: 1;
  margin: 0 0 30px;
}
.home-shop-rating {
  display: flex;
  align-items: center;
  color: var(--tg-primary-color);
  letter-spacing: 3px;
  line-height: 1;
}
.home-shop-rating .total-rating {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--tg-body-font-color);
  margin-left: 10px;
}
.shop-content-bottom {
  display: flex;
  align-items: center;
  margin-top: 35px;
}
.shop-content-bottom .cart {
  width: 50px;
  height: 50px;
  display: flex;
  flex: 0 0 50px;
  align-items: center;
  justify-content: center;
  background: var(--tg-secondary-color);
  color: var(--tg-white);
  border-radius: 50%;
  font-size: 20px;
}
.shop-content-bottom .btn {
  padding: 15px 38px;
  font-size: 14px;
  margin-left: 15px;
  opacity: 0;
  visibility: hidden;
}
.shop-content-bottom .cart:hover {
  background: var(--tg-primary-color);
}
.home-shop-item:hover .shop-content-bottom .btn {
  opacity: 1;
  visibility: visible;
}
.home-shop-thumb .discount {
  position: absolute;
  top: 0;
  right: -40px;
  z-index: 1;
  background: #fd4b4b;
  border-radius: 3px;
  color: var(--tg-white);
  font-weight: 500;
  font-size: 12px;
  padding: 4px 11px;
  line-height: 1;
}
.related-product-active [class*="col-"],
.home-shop-active [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
.related-product-active .slick-arrow,
.home-shop-active .slick-arrow {
  position: absolute;
  top: calc(50% - 43px);
  transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 0 0;
  font-size: 50px;
  color: var(--tg-heading-font-color);
  z-index: 2;
  display: block;
  width: auto;
  line-height: 0;
}
.related-product-active .slick-arrow.slick-next,
.home-shop-active .slick-arrow.slick-next {
  left: auto;
  line-height: 0;
}
.related-product-active .slick-arrow::before,
.home-shop-active .slick-arrow::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  background: var(--tg-secondary-color);
  opacity: 0.3;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: -1;
}
.related-product-active .slick-arrow.slick-next::before,
.home-shop-active .slick-arrow.slick-next::before {
  left: auto;
  right: -25px;
}
.related-product-active .slick-dots,
.home-shop-active .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0;
  padding: 0 0;
}
.related-product-active .slick-dots li,
.home-shop-active .slick-dots li {
  list-style: none;
  line-height: 1;
  margin: 0 5px;
}
.related-product-active .slick-dots li button,
.home-shop-active .slick-dots li button {
  border: none;
  padding: 0;
  text-indent: -99999px;
  width: 10px;
  height: 10px;
  background: var(--tg-primary-color);
  opacity: 0.3;
  border-radius: 50%;
  display: block;
  line-height: 1;
}
.related-product-active .slick-dots li.slick-active button,
.home-shop-active .slick-dots li.slick-active button {
  box-shadow: 0px 3px 3px rgba(250, 164, 50, 0.22);
  border-radius: 5px;
  width: 20px;
  opacity: 1;
}
.related-product-active .slick-arrow:hover::before,
.home-shop-active .slick-arrow:hover::before {
  opacity: 1;
}
/* Shop-end */

/* 14. Formula */
.formula-bg {
  padding: 145px 0 150px;
  position: relative;
  background-position: center;
  background-size: cover;
}
.formula-bg::before {
  content: "";
  position: absolute;
  left: 0px;
  top: -15px;
  background-image: url("../image/formula_shape01.png");
  width: 100%;
  height: 44px;
  background-repeat: repeat;
  background-position: center;
}
.formula-bg::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -17px;
  background-image: url("../image/formula_shape02.png");
  width: 100%;
  height: 47px;
  background-repeat: repeat;
  background-position: center;
}
.formula-img {
  text-align: right;
  margin-right: -100px;
}
.white-title .title {
  color: var(--tg-white);
}
.formula-list {
  margin: 0 0 50px;
}
.formula-list li {
  font-weight: 500;
  font-size: 20px;
  color: var(--tg-white);
  letter-spacing: 0.02em;
  display: flex;
  margin: 0 0 20px;
  line-height: 1.5;
}
.formula-list li::before {
  content: "";
  display: block;
  background-image: url(../image/right_arrow.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex: 0 0 20px;
  margin-right: 10px;
  margin-top: 6px;
}
.formula-list li:last-child {
  margin-bottom: 0;
}
.formula-content .btn-two:hover {
  color: var(--tg-primary-color);
}
.formula-content .btn-two::before {
  background: var(--tg-white);
}
/* formula-end */

/* Home Page Subscribe Section Style */

.subscribe_section {
  z-index: 1;
  position: relative;
}
.subscribe_background_image {
  background-image: url("../image/subscribe_background.png");
  background-repeat: no-repeat;
  position: relative;
  padding: 118px 80px 130px;
}
.subscribe_content h5 {
  text-transform: uppercase;
  color: var(--tg-secondary-color);
  letter-spacing: 3.1px;
  margin-bottom: 12px;
}
.subscribe_content h2 {
  color: var(--tg-heading-font-color);
  margin-bottom: 32px;
}
.subscribe_content input {
  font-family: "Karla", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  background-color: var(--tg-white);
  color: var(--tg-body-font-color);
  padding-top: 25px;
  padding-bottom: 28px;
  padding-left: 20px;
  border-radius: 0;
  width: 90%;
  margin-bottom: 26px;
  outline: none;
  border: none;
}
.subscribe_content button {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  padding: 20px 39px;
  text-align: center;
  color: var(--tg-white);
  display: inline-block;
  background-color: var(--tg-secondary-color);
  border-radius: 35px 0px 35px 0px;
  transition: all 0.3s ease-in-out;
  outline: none;
  border: none;
  overflow: hidden;
  position: relative;
}
.subscribe_content button:hover {
  color: var(--tg-secondary-color);
  background-color: var(--tg-white);
  transform: translateY(-10px);
}
.subscribe_content button:hover:before {
  left: 0%;
  right: auto;
  width: 100%;
}
.subscribe_content button:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: "";
  color: var(--tg-secondary-color);
  background-color: var(--tg-white);
  transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
}
.subscribe_content .form-control:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
.subscribe_background_image .subscribe2 {
  position: absolute;
top:0px;
  right: 0px;
}

/* Home Page Footer Section Style */

.footer-section {
  position: relative;
  background-color: var(--tg-secondary-color);
  padding: 308px 0 0px;
  margin-top: -218px;
}
.middle-portion {
  margin-bottom: 92px;
}
.middle-portion .footer_logo {
  padding-left: 62px;
  padding-top: 5px;
}
.middle-portion .about_col {
  margin-left: -8px;
}
.middle-portion .about_col h4 {
  margin-bottom: 18px;
  padding-left: 2px;
}
.middle-portion h4 {
  color: var(--tg-white);
  margin-bottom: 16px;
}
.middle-portion ul {
  margin-bottom: 0;
}
.middle-portion .about_col ul li p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: var(--tg-white);
  margin-bottom: 24px;
}
.middle-portion ul .icons {
  display: inline-block;
  margin-right: 8px;
}
.middle-portion ul .icons i {
  border-radius: 100%;
  background: var(--tg-dark-two);
  color: var(--tg-white);
  font-size: 18px;
  line-height: 48px;
  height: 48px;
  width: 48px;
  text-align: center;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
}
.middle-portion ul .icons i:hover {
  color: var(--tg-secondary-color);
  background-color: var(--tg-white);
  transform: translateY(-5px);
}
.middle-portion li a {
  text-decoration: none;
  color: var(--tg-white);
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  transition: all 0.3s ease-in-out;
}
.middle-portion .links_col {
  padding-left: 42px;
}
.middle-portion .contact_col {
  padding-right: 15px;
  margin-left: -42px;
}
.middle-portion .contact_col ul li {
  margin-bottom: 8px;
}
.middle-portion li i {
  color: var(--tg-white);
  margin-right: 12px;
  transition: all 0.3s ease-in-out;
}
.middle-portion li .location {
  margin-right: 15px;
}
.middle-portion .contact_col li span {
  color: var(--tg-white);
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.middle-portion li a:hover {
  color: var(--tg-primary-color);
}
.middle-portion .contact_col ul .contact_icons:hover i {
  color: var(--tg-primary-color);
}
.bottom-portion {
  border-top: 1px solid rgba(255, 255, 255, 0.15); /* Replaced broken magenta color with a clean semi-transparent white border */
  text-align: center;
}
.copyright {
  padding: 24px 0;
}
.copyright p {
  color: var(--tg-white);
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
}
.footer_shape figure {
  position: absolute;
  bottom: 120px;
  right: 0;
}

/* 5. Breadcrumb */
.breadcrumb-bg {
  background-image: url(../image/s1.png);
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 230px 0 150px;
  z-index: 1;
}
.breadcrumb-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #090909;
  opacity: 0.85;
  z-index: -1;
}
.breadcrumb-bg::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background-image: url("../image/testimonial_bottom_shape.png");
  width: 100%;
  height: 36px;
  background-repeat: repeat;
  background-position: center;
  z-index: 1;
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  justify-content: center;
}
.breadcrumb-content {
  position: relative;
  z-index: 4;
}
.breadcrumb-content .title {
  font-size: 60px;
  line-height: 1.2;
  color: var(--tg-white);
  letter-spacing: -1px;
  margin-bottom: 15px;
}
.breadcrumb li {
  display: block;
  font-size: 20px;
  color: var(--tg-white);
  line-height: 1.4;
}
.breadcrumb li a {
  color: var(--tg-white);
}
.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 15px;
  padding-left: 15px;
  color: var(--tg-white);
  content: "|";
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

/* 11. Video */
.video-bg {
	background-position: center;
	background-size: cover;
	position: relative;
	min-height: 700px;
	display: flex;
	align-items: center;
	z-index: 1;
}
.video-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: -6px;
	background-image: url(../img/bg/video_top_mask.png);
	width: 100%;
	height: 46px;
	background-repeat: repeat;
	background-position: center;
	z-index: 1;
}
.video-bg::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(../img/bg/video_bottom_mask.png);
	width: 100%;
	height: 36px;
	background-repeat: repeat;
	background-position: center;
	z-index: 1;
}
.video-bg-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #090909;
	opacity: 0.8;
	z-index: -1;
}
.video-btn {
	text-align: center;
}
.video-btn a {
	width: 132px;
	height: 132px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-size: 24px;
	background: var(--tg-secondary-color);
	color: var(--tg-white);
	border-radius: 50%;
}
.video-btn a:hover {
	animation-play-state: paused;
}
.ripple-white {
    border-radius: 50%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    transition: .5s;
    -webkit-transition: .5s;
}
@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(13,155,77,0.3), 0 0 0 10px rgba(13,155,77,0.3), 0 0 0 20px rgba(13,155,77,0.3);
        box-shadow: 0 0 0 0 rgba(13,155,77,0.3), 0 0 0 10px rgba(13,155,77,0.3), 0 0 0 20px rgba(13,155,77,0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(13,155,77,0.3), 0 0 0 20px rgba(13,155,77,0.3), 0 0 0 30px rgba(255,255,255,0);
        box-shadow: 0 0 0 10px rgba(13,155,77,0.3), 0 0 0 20px rgba(13,155,77,0.3), 0 0 0 30px rgba(255,255,255,0);
    }
}
@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(13,155,77,0.3), 0 0 0 10px rgba(13,155,77,0.3), 0 0 0 20px rgba(13,155,77,0.3);
        box-shadow: 0 0 0 0 rgba(13,155,77,0.3), 0 0 0 10px rgba(13,155,77,0.3), 0 0 0 20px rgba(13,155,77,0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(13,155,77,0.3), 0 0 0 20px rgba(13,155,77,0.3), 0 0 0 30px rgba(255,255,255,0);
        box-shadow: 0 0 0 10px rgba(13,155,77,0.3), 0 0 0 20px rgba(13,155,77,0.3), 0 0 0 30px rgba(255,255,255,0);
    }
}
.video-shape {
	position: absolute;
	z-index: 3;
}
.video-shape.one {
	left: 0;
	bottom: -12%;
}
.video-shape.two {
	right: 0;
	bottom: -7%;
}
/* Contact Page Message Section Style */

.message_section {
  padding: 120px 0 130px;
  background-color: var(--tg-gray-two); /* Swapped from pale-blue */
}
.message_content h5 {
  text-transform: uppercase;
  color: var(--tg-secondary-color); /* Swapped from secondary */
  letter-spacing: 3.1px;
  margin-bottom: 12px;
}
.message_content h2 {
  color: var(--tg-heading-font-color); /* Swapped from primary */
  margin-bottom: 18px;
}
.message_content p {
  padding-right: 100px;
  margin-bottom: 36px;
  color: var(--tg-paragraph-color); /* Swapped from text */
}
.message_content input {
  font-family: "Karla", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  background-color: var(--tg-white); /* Swapped from white */
  color: var(--tg-body-font-color); /* Swapped from text */
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 25px;
  border-radius: 0;
  width: 90%;
  margin-bottom: 28px;
  outline: none;
  border: none;
  box-shadow: 1px 1px 50px rgb(0 0 0 / 5%);
}
.message_content .form_style {
  margin-left: -40px;
}
.message_content textarea {
  font-family: "Karla", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  background-color: var(--tg-white); /* Swapped from white */
  color: var(--tg-body-font-color); /* Swapped from text */
  border-radius: 0;
  padding: 18px 25px;
  width: 90%;
  outline: none;
  resize: none;
  height: 128px;
  margin-bottom: 42px;
  border: none;
  box-shadow: 1px 1px 50px rgb(0 0 0 / 5%);
}
.message_content .form-control:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
textarea {
  overflow: auto;
}
.message_content button {
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  padding: 24px 40px;
  text-align: center;
  color: var(--tg-white); 
  display: inline-block;
  background-color: var(--tg-primary-color);
  border-radius: 35px 0px 35px 0px;
  transition: all 0.3s ease-in-out;
  outline: none;
  border: none;
  overflow: hidden;
  position: relative;
  z-index: 1; 
}
.message_content button:hover {
  color: var(--tg-white);
  background-color: var(--tg-secondary-color); 
  transform: translateY(-10px);
}
.message_content button:hover:before {
  left: 0%;
  right: auto;
  width: 100%;
}
.message_content button:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1; 
  content: "";
  color: var(--tg-white); 
  background-color: var(--tg-secondary-color); 
  transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
}

.message_section .box_padding {
  margin-top: 10px;
}
.message_section .box {
  box-shadow: 1px 1px 50px rgb(0 0 0 / 5%);
  width: 380px;
  transition: all 0.3s ease-in-out;
  border-radius: 45px 0 45px 0;
  background-color: var(--tg-white); 
  padding: 30px 18px 40px;
  margin-left: -30px;
  margin-bottom: 30px;
}
.message_section .box .box_wrapper {
  position: relative;
  padding-left: 20px;
  margin-top: -12px;
  display: inline-block;
  width: 74%;
}
.message_section .box .box_wrapper h3 {
  margin-bottom: 5px;
  color: var(--tg-heading-font-color); 
}
.message_section .box .box_wrapper p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-top: -10px;
  margin-bottom: 11px;
  color: var(--tg-paragraph-color); 
}
.message_section .box .box_wrapper a {
  color: var(--tg-body-font-color); 
  transition: all 0.3s ease-in-out;
}
.message_section .box .box_wrapper a:hover {
  color: var(--tg-primary-color); 
}
.message_section .box .box_image_content {
  float: left;
  width: 26%;
}
.message_section .box .box_image_content figure {
  background-color: var(--tg-secondary-color); 
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}
.message_section .box:hover .box_image_content figure {
  background-color: var(--tg-primary-color);
}
/* Contact Page Contact Map Section Style */

.contact_map_section {
  overflow: hidden;
  margin-bottom: -10px;
}

/* Contact Page Contact Subscribe Section Style */

.contact_subscribe_section {
  margin-top: -360px;
}

/* Blog Posts Page Style */

.blog-posts {
  padding: 120px 0 130px;
}
.single-post .single-post-heading {
  font-size: 30px !important;
}


Here is the complete, final block of CSS for your Mission and Vision sections. I have cleanly mapped every single old Elementor global color variable over to your new --tg-* root variables.

Just like with the previous section, I noticed that the button hover animation used z-index: -1 on the :before pseudo-element. I have updated both buttons with z-index: 1 on the main selector to ensure the hover background color doesn't accidentally slide behind the button container.

```css
/* About Page Our Mission Section Style */

.mission_section {
  padding: 130px 0 45px;
  position: relative;
}
.mission_section .mission_box {
  width: 100%;
  background-color: var(--tg-white);
  border-radius: 200px 0 200px 0;
  box-shadow: 1px 1px 50px rgb(0 0 0 / 7%);
}
.mission_content {
  padding-top: 150px;
  padding-left: 96px;
}
.mission_content h5 {
  text-transform: uppercase;
  color: var(--tg-secondary-color);
  letter-spacing: 3.1px;
  margin-bottom: 12px;
}
.mission_content h2 {
  margin-bottom: 16px;
  color: var(--tg-heading-font-color);
}
.mission_content p {
  margin-bottom: 32px;
  color: var(--tg-paragraph-color);
  padding-right: 25px;
}
.mission_content .btn_wrapper .read_more_btn {
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  padding: 24px 44px;
  text-align: center;
  color: var(--tg-white);
  display: inline-block;
  background-color: var(--tg-secondary-color);
  border-radius: 35px 0px 35px 0px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1; /* Keeps text layered above the hover block */
}
.mission_content .btn_wrapper .read_more_btn:hover {
  color: var(--tg-white);
  background-color: var(--tg-primary-color);
  transform: translateY(-10px);
}
.mission_content .btn_wrapper .read_more_btn:hover:before {
  left: 0%;
  right: auto;
  width: 100%;
}
.mission_content .btn_wrapper .read_more_btn:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  color: var(--tg-white);
  background-color: var(--tg-primary-color);
  transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
}
.mission_section .mission_right_shape {
  position: absolute;
  top: 210px;
  right: 0;
}

/* About Page Our Vision Section Style */

.vision_section {
  padding: 45px 0 130px;
  position: relative;
}
.vision_section .vision_box {
  width: 100%;
  background-color: var(--tg-white);
  border-radius: 200px 0 200px 0;
  box-shadow: 1px 1px 50px rgb(0 0 0 / 7%);
}
.vision_content {
  padding-top: 150px;
  padding-left: 40px;
}
.vision_content h5 {
  text-transform: uppercase;
  color: var(--tg-secondary-color);
  letter-spacing: 3.1px;
  margin-bottom: 12px;
}
.vision_content h2 {
  margin-bottom: 16px;
  color: var(--tg-heading-font-color);
}
.vision_content p {
  margin-bottom: 32px;
  color: var(--tg-paragraph-color);
  padding-right: 60px;
}
.vision_content .btn_wrapper .read_more_btn {
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  padding: 24px 44px;
  text-align: center;
  color: var(--tg-white);
  display: inline-block;
  background-color: var(--tg-secondary-color);
  border-radius: 35px 0px 35px 0px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1; /* Keeps text layered above the hover block */
}
.vision_content .btn_wrapper .read_more_btn:hover {
  color: var(--tg-white);
  background-color: var(--tg-primary-color);
  transform: translateY(-10px);
}
.vision_content .btn_wrapper .read_more_btn:hover:before {
  left: 0%;
  right: auto;
  width: 100%;
}
.vision_content .btn_wrapper .read_more_btn:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  color: var(--tg-white);
  background-color: var(--tg-primary-color);
  transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
}
.vision_section .vision_left_shape {
  position: absolute;
  top: 140px;
  left: 0;
}




/* Shop Details Area */



/* inner-shop-details */
.inner-shop-details-area, .inner-shop-area {
    padding: 120px 0 120px;
}
.inner-shop-details-content {
    padding-left: 20px;
}
.inner-shop-details-img {
	display: flex;
	align-items: center;
	justify-content: center;
}
.inner-shop-details-img img {
    max-width: 100%;
}
.inner-shop-details-img-wrap {
	margin-bottom: 15px;
	background: #f7f7f7;
}
.inner-shop-details-nav-wrap .nav-tabs .nav-link {
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 0;
	margin-bottom: 0;
	background: #f7f7f7;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inner-shop-details-nav-wrap .nav-tabs img {
    max-width: 100%;
}
.inner-shop-details-nav-wrap .nav-tabs {
    border: none;
    flex-wrap: nowrap;
    margin-left: -7px;
    margin-right: -7px;
}
.inner-shop-details-nav-wrap .nav-tabs .nav-item {
    padding-left: 7px;
    padding-right: 7px;
}
.inner-shop-details-content .product_title {
    font-size: 36px;
    margin-bottom: .3em;
    font-weight: 500;
}
.inner-shop-content-top .star-rating {
    display: none;
}
.inner-shop-details-review {
    display: flex;
    align-items: center;
}
.inner-shop-details-meta ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.inner-shop-details-meta ul li {
    font-size: 16px;
    color: var(--tg-body-font-color);
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
    margin-top: 11px;
}
.inner-shop-details-meta ul li::before {
    content: "|";
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    color: #dadada;
}
.inner-shop-details-meta ul li:last-child::before {
    display: none;
}
.inner-shop-details-meta ul li a,
.inner-shop-details-meta ul li span {
    color: #696868;
    font-weight: 500;
}
.inner-shop-details-meta ul li.inner-shop-details-review .rating {
    font-size: 12px;
    letter-spacing: -1px;
    color: #ff9b26;
    margin-right: 8px;
}
.inner-shop-details-price {
    display: flex;
    align-items: center;
    margin: 18px 0 18px;
}
.inner-shop-details-price .woocommerce-Price-amount,
.inner-shop-details-price del,
.inner-shop-details-price ins {
    font-size: 26px;
    font-weight: 700;
    line-height: .9;
    margin-bottom: 0;
    color: var(--tg-heading-font-color);
}
.inner-shop-details-price del,
.inner-shop-details-price del .woocommerce-Price-amount {
    opacity: .5;
    margin-right: 10px;
    color: var(--tg-body-font-color);
}
.inner-shop-details-price del .woocommerce-Price-amount {
    margin-right: 0;
}
.inner-shop-details-price .stock-status {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 900;
    margin-left: 15px;
    text-transform: uppercase;
    color: var(--tg-secondary-color);
}
.inner-shop-details-list {
    margin: 28px 0 32px;
}
.inner-shop-details-list ul li {
    padding-left: 22px;
    position: relative;
    font-size: 15px;
    color: var(--tg-body-font-color);
    margin-top: 5px;
    font-weight: 500;
}
.inner-shop-details-list ul li > span {
    color: #696868;
    margin-left: 5px;
    font-weight: 400;
}
.inner-shop-details-list ul li::before {
    content: "\f0a9";
    position: absolute;
    left: 0;
    top: 1.2px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: var(--tg-secondary-color);
    font-size: 14px;
}
.inner-shop-perched-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cart-btn,
.inner-shop-perched-info > .cart-btn {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--tg-secondary-color);
    background: var(--tg-secondary-color);
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    color: var(--tg-white);
    padding: 12px 16px;
    min-width: 145px;
    justify-content: center;
    margin-bottom: 12px;
    margin-right: 12px;
    text-transform: uppercase;
}
.inner-shop-perched-info > .wishlist-btn {
    margin-bottom: 12px;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    background: var(--tg-secondary-color);
    color: var(--tg-white);
    border-radius: 5px;
}
.inner-shop-perched-info > .wishlist-btn:hover {
    background: var(--tg-primary-color);
}
.inner-shop-perched-info > .cart-btn:hover {
    background: var(--tg-primary-color);
    border-color: var(--tg-primary-color);
    color: var(--tg-white);
}
.inner-shop-details-bottom {
    margin-top: 23px;
    padding-top: 23px;
    border-top: 1px solid #ebebeb;
    font-size: 16px;
}
.inner-shop-details-bottom > span {
    display: block;
    margin-bottom: 10px;
    color: var(--tg-body-font-color);
    font-weight: 500;
    margin-right: 5px;
}
.inner-shop-details-bottom > span:last-child {
    margin-bottom: 0;
}
.inner-shop-details-bottom > span > span {
    font-weight: 500;
    margin-left: 5px;
}
.inner-shop-details-bottom span a {
    color: var(--tg-body-font-color);
    margin-left: 5px;
    border: 1px solid #ebebeb;
    font-weight: 400;
    padding: 3px 10px;
    font-size: 14px;
    margin-bottom: 8px;
    margin-right: 3px;
    border-radius: 5px;
    display: inline-block;
}
.inner-shop-details-bottom span a:hover {
    color: var(--tg-white);
    background: var(--tg-secondary-color);
    border-color: var(--tg-secondary-color);
}
.product-desc-wrap {
    padding-top: 85px;
}
.product-desc-wrap .nav-tabs {
    border-bottom: 1px solid #ebebeb;
    justify-content: flex-start;
    margin-bottom: 40px;
}
.product-desc-wrap .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    background: transparent;
    color: #696868;
    padding: 0 0 12px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
}
.product-desc-wrap .nav-tabs .nav-link.active {
    color: var(--tg-heading-font-color);
}
.product-desc-wrap .nav-tabs .nav-item {
    margin: 0 55px 0 0;
}
.product-desc-wrap .nav-tabs .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: var(--tg-secondary-color);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}
.product-desc-wrap .nav-tabs .nav-item .nav-link.active::after {
    opacity: 1;
}
.product-desc-content table {
    margin-bottom: 0;
}
.product-desc-content .title {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 17px;
}
.product-desc-content p {
    font-size: 16px;
    margin-bottom: 25px;
}
.product-desc-list {
    margin-bottom: -4px;
}
.product-desc-list li {
    font-size: 16px;
    margin-bottom: 8px;
    position: relative;
    margin-left: 15px;
}
.product-desc-list li::before {
    content: "";
    position: absolute;
    left: -15px;
    height: 5px;
    width: 5px;
    background: var(--tg-heading-font-color);
    top: 9px;
    border-radius: 50%;
}
.product-desc-list li:last-child {
    margin-bottom: 0;
}
.related-products-wrap > .title {
    margin-bottom: 50px;
    font-size: 35px;
}
.product-desc-content .table-sm td,
.product-desc-content .table-sm th {
    padding: 13px 25px;
    border: 1px solid #ebebeb;
}
.product-desc-content .table-sm th {
    color: #222;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
	width: 20%;
}
.product-desc-content .table-sm td {
    color: var(--tg-body-font-color);
    font-weight: 500;
    font-style: italic;
}
.reviews-comment .review-info {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
}
.review-img {
    margin-right: 20px;
    width: 100px;
    flex: 0 0 100px;
}
.review-img img {
    border-radius: 50%;
}
.review-rating li {
    color: #ff9b26;
    letter-spacing: -1px;
    font-size: 13px;
    margin-bottom: 7px;
}
.review-meta h6 {
    color: #222;
    font-size: 17px;
    margin-bottom: 8px;
}
.review-meta h6 span {
    color: var(--tg-body-font-color);
    font-size: 13px;
    font-weight: 400;
    margin-left: 5px;
}
.reviews-comment .review-content p {
    margin-bottom: 0;
}
.add-review .title {
    font-size: 26px;
    color: var(--tg-heading-font-color);
    margin-bottom: 25px;
	text-transform: uppercase;
}
.add-review {
    margin-top: 55px;
    padding-top: 35px;
    border-top: 1px solid #ebebeb;
}
.add-review form {
    padding: 55px 50px 60px;
    background: #f7f7f7;
}
.add-review p {
    font-size: 16px;
}
.add-review p span {
    color: var(--tg-secondary-color);
}
.add-review .from-grp {
    margin-bottom: 25px;
}
.add-review .from-grp label,
.form-rating label {
    display: block;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    margin-bottom: 6px;
}
.add-review .from-grp label span {
    color: var(--tg-secondary-color);
}
.add-review .from-grp input,
.add-review .from-grp textarea {
    width: 100%;
    border: 1px solid #f4f4f4;
    padding: 15px 25px;
    display: block;
}
.add-review .checkbox-grp input {
    width: auto;
    margin-top: 0;
    margin-right: 10px;
}
.add-review .checkbox-grp label {
    margin-bottom: 0;
}
.add-review .checkbox-grp {
    display: flex;
}
.form-rating {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}
.form-rating label {
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-right: 10px;
}
.form-rating ul li {
    transition: .3s linear;
    letter-spacing: -1px;
    display: inline-block;
    font-size: 14px;
}
.form-rating ul li:hover {
    color: #ff9b26;
}
.add-review .from-grp textarea {
    height: 170px;
}
.from-btn {
    background-image: linear-gradient(to right, var(--tg-secondary-color) 0%, var(--tg-secondary-color) 50%, var(--tg-secondary-color) 100%);
}
.related-products-area {
	margin: -10px 0 0;
}
.quickview-cart-plus-minus {
    width: 116px;
    flex: 0 0 116px;
    margin-right: 12px;
    margin-bottom: 12px;
    position: relative;
}
.quickview-cart-plus-minus input {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    height: 45px;
    text-align: center;
    padding: 0 30px;
    font-size: 14px;
    color: #282828;
    font-weight: 600;
}
.quickview-cart-plus-minus .qtybutton {
    position: absolute;
    top: 0;
    left: 0;
    width: 31px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #696868;
    cursor: pointer;
    border-right: 1px solid #e1e1e1;
    user-select: none;
    -moz-user-select: none;
    z-index: 2;
}
.quickview-cart-plus-minus .qtybutton.inc {
    left: auto;
    right: 0;
    border-right: none;
    border-left: 1px solid #e1e1e1;
}
.quickview-cart-plus-minus .qtybutton.dec {
    font-size: 18px;
}


/* cart */

/* cart */
.cart__table thead th {
    padding: 12px 12px;
    font-size: 15px;
    font-weight: 600;
}
.cart__table .product__remove {
    padding: 0 !important;
    width: 0 !important;
}
.cart__table tbody tr {
    position: relative;
}
.cart__table tbody td {
    padding: 12px 17px;
    text-align: left;
    line-height: 1.1;
    border: none;
    border-top: 1px solid #ebebeb;
    vertical-align: middle;
    color: var(--tg-body-font-color);
}
.cart__table tbody td:first-child {
    padding-left: 0;
}
.cart__table tbody td a {
    color: var(--tg-heading-font-color);
}
.cart__table .product__thumb img {
    max-width: 70px;
}
.cart__table tbody td.product__name {
    font-weight: 500;
}
.cart__table tbody td.product__quantity {
    text-align: right;
    padding-right: 0;
}
.cart__table tbody td.product__remove {
    padding-right: 5px;
    text-align: right;
}
.cart__table tbody td.product__remove a {
    font-size: 25px;
    color: var(--tg-primary-color);
}
.cart__table tbody td:first-child {
    padding-left: 0;
}
.cart__actions-form {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.cart__actions-form input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    background: #f5f5f5;
    color: var(--tg-heading-font-color);
    padding: 0 20px;
    border: 0;
    border-radius: 30px;
    padding-right: 0;
}
.cart__collaterals-wrap {
    border: 1px solid #ebebeb;
    border-radius: 0;
    padding: 1.25rem;
    height: 100%;
    margin-left: 50px;
}
.cart__collaterals-wrap .title {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 0.9375rem;
    border-bottom: 0.9375rem;
    border-bottom: 1px solid #ebebeb;
}
.cart__collaterals-wrap .list-wrap {
    padding-bottom: 0.9375rem;
}
.cart__collaterals-wrap .list-wrap li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
    color: var(--tg-heading-font-color);
    font-size: 15px;
    font-weight: 600;
    padding: 12px 5px;
}
.cart__collaterals-wrap .list-wrap li span.amount {
    font-weight: 600;
    color: var(--tg-heading-font-color);
    font-size: 1.25rem;
}
.cart__collaterals-wrap .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
}
.cart__table {
    margin-bottom: 0;
}

/* Checkout */

/* checkout */
.coupon__code-info {
    background: #f5f5f5;
    padding: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 25px;
}
.coupon__code-info a:hover {
    text-decoration: underline;
    color: var(--tg-primary-color);
}
.coupon__code-form p {
    margin-bottom: 15px;
}
.coupon__code-form input {
    width: 100%;
    background: #f5f5f5;
    height: 55px;
    border: none;
    color: var(--tg-heading-font-color);
    padding: 0 20px;
    border-radius: 30px;
    margin-bottom: 15px;
}
.coupon__code-form {
    margin-bottom: 35px;
    display: none;
}
.customer__form-wrap {
    border: 1px solid #ebebeb;
    padding: 30px;
}
.customer__form-wrap .title {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #ebebeb;
    color: var(--tg-heading-font-color);
    font-family: var(--tg-heading-font-family);
    line-height: 1;
}
.customer__form-wrap .form-grp {
    margin-bottom: 15px;
}
.customer__form-wrap .form-grp label {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    color: var(--tg-body-font-color);
}
.customer__form-wrap .form-grp textarea,
.customer__form-wrap .form-grp input {
    width: 100%;
    color: var(--tg-heading-font-color);
    height: 53px;
    padding: 0 20px;
    background: #f5f5f5;
    border: none;
    border-radius: 5px;
}
.customer__form-wrap .form-grp.select-grp {
    position: relative;
}
.customer__form-wrap .form-grp select {
    background-color: #f5f5f5;
    border: none;
    color: var(--tg-heading-font-color);
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 5px;
    outline: none;
    padding: 12px 37px 9px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    line-height: 1.2;
    height: 53px;
    cursor: pointer;
}
.customer__form-wrap .form-grp.select-grp::after {
    content: "\f078";
    position: absolute;
    bottom: 13px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    right: 20px;
    font-size: 14px;
    color: var(--tg-primary-color);
}
.customer__form-wrap .title.title-two {
    margin-top: 20px;
}
.customer__form-wrap .form-grp textarea {
    padding: 10px 20px 0;
    min-height: 120px;
    max-height: 120px;
}
.order__info-wrap {
    border: 2px solid var(--tg-primary-color);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 30px;
}
.order__info-wrap > .title {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #ebebeb;
}
.order__info-wrap .list-wrap {
    margin-bottom: 20px;
}
.order__info-wrap .list-wrap li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
    color: var(--tg-body-font-color);
    font-weight: 600;
    font-size: 15px;
    gap: 8px;
    padding: 12px 0;
}
.order__info-wrap .list-wrap li span {
    color: var(--tg-heading-font-color);
    display: block;
    line-height: 1;
    font-weight: 700;
}
.order__info-wrap .list-wrap li:last-child span {
    font-size: 1.25rem;
}
.order__info-wrap p {
    margin-bottom: 15px;
}
.order__info-wrap .btn {
    width: 100%;
    margin-top: 10px;
    text-align: center;
}
.order__info-wrap p a {
    text-decoration: underline;
}

.section-py-130 {
    padding: 130px 0;
}

/* ==========================================================================
   Luxury UI Core Architecture (Scoped)
   ========================================================================== */
.tg-account-scope * {
    box-sizing: border-box;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.tg-account-scope {
    font-family: var(--tg-body-font-family);
    color: var(--tg-body-font-color);
    background-color: transparent;
    padding: 20px 0;
}

.tg-account-scope h1, 
.tg-account-scope h2, 
.tg-account-scope h3 {
    font-family: var(--tg-heading-font-family);
    color: var(--tg-heading-font-color);
    letter-spacing: 0.5px;
    margin: 0;
}

/* Auth Cards & Layouts */
.tg-auth-wrapper {
    display: flex;
    justify-content: center;
    padding: 60px 10px;
}

.tg-auth-box {
    background: var(--tg-white);
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0,0,0,0.02);
    border: 1px solid var(--tg-gray-two);
    width: 100%;
    max-width: 480px;
    padding: 40px;
    overflow: hidden;
}

.tg-auth-nav {
    display: flex;
    background: var(--tg-gray-two);
    padding: 6px;
    border-radius: 10px;
    margin-bottom: 35px;
}

.tg-auth-toggle {
    flex: 1;
    background: transparent;
    border: none;
    padding: 12px;
    font-family: var(--tg-heading-font-family);
    font-size: 15px;
    font-weight: 600;
    color: var(--tg-body-font-color);
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.tg-auth-toggle.active {
    background: var(--tg-white);
    color: var(--tg-primary-color);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.tg-auth-panel { display: none; }
.tg-auth-panel.active { display: block; }

.tg-panel-header {
    margin-bottom: 25px;
}
.tg-panel-header h2 {
    font-size: 28px;
    margin-bottom: 5px;
}
.tg-panel-header p {
    font-size: 14px;
    color: var(--tg-body-font-color);
    margin: 0;
}

/* Modern Input Fields Style */
.tg-input-wrapper {
    margin-bottom: 22px;
}
.tg-input-wrapper label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--tg-heading-font-color);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.tg-field-icon-group {
    position: relative;
    display: flex;
    align-items: center;
}
.tg-field-icon-group i {
    position: absolute;
    left: 16px;
    color: #a0a0a0;
    font-size: 16px;
}
.tg-field-icon-group input,
.tg-luxury-form input {
    width: 100%;
    height: 52px;
    border: 1px solid #e2e8f0;
    background: var(--tg-white);
    border-radius: 10px;
    padding: 0 16px 0 46px;
    font-size: 14px;
    color: var(--tg-dark-two);
    outline: none;
}
.tg-luxury-form input {
    padding-left: 16px;
}
.tg-field-icon-group input:focus,
.tg-luxury-form input:focus {
    border-color: var(--tg-primary-color);
    box-shadow: 0 0 0 4px rgba(250, 164, 50, 0.15);
}

/* Meta Data & Checkbox styling */
.tg-auth-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    font-size: 13px;
}
.tg-custom-checkbox {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    user-select: none;
    gap: 8px;
}
.tg-custom-checkbox input { display: none; }
.tg-checkmark {
    width: 18px;
    height: 18px;
    border: 2px solid #cbd5e1;
    border-radius: 5px;
    display: inline-block;
}
.tg-custom-checkbox input:checked ~ .tg-checkmark {
    background-color: var(--tg-primary-color);
    border-color: var(--tg-primary-color);
}
.tg-forgot-link {
    font-weight: 500;
    color: var(--tg-body-font-color);
}

/* Buttons Engine */
.tg-premium-btn {
    width: 100%;
    height: 52px;
    border: none;
    border-radius: 10px;
    font-family: var(--tg-heading-font-family);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    color: var(--tg-white);
}
.tg-premium-btn.btn-primary { background: var(--tg-primary-color); }
.tg-premium-btn.btn-secondary { background: var(--tg-secondary-color); }
.tg-premium-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.tg-legal-notice {
    font-size: 12px;
    line-height: 1.5;
    background: #fdfaf2;
    padding: 12px;
    border-radius: 8px;
    border-left: 3px solid var(--tg-primary-color);
    color: #8a6d3b;
    margin-bottom: 20px;
}

/* ==========================================================================
   Luxury Dashboard Workstation Layout
   ========================================================================== */
.tg-dashboard-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

@media (max-width: 991px) {
    .tg-dashboard-wrapper { flex-direction: column; }
    .tg-premium-sidebar { width: 100%; }
}

.tg-premium-sidebar {
    flex: 0 0 290px;
    background: var(--tg-white);
    border: 1px solid var(--tg-gray-two);
    border-radius: 16px;
    padding: 30px 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.01);
}

.tg-profile-widget {
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--tg-gray-two);
    margin-bottom: 25px;
}

.tg-avatar-frame {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    padding: 4px;
    border: 2px dashed var(--tg-primary-color);
    margin: 0 auto 15px;
}
.tg-avatar-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.tg-profile-widget h3 { font-size: 18px; margin-bottom: 4px; }
.tg-membership-tag {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--tg-secondary-color);
    background: rgba(13, 155, 77, 0.1);
    padding: 4px 10px;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

.tg-premium-nav { display: flex; flex-direction: column; gap: 4px; }
.tg-menu-item {
    background: transparent;
    border: none;
    width: 100%;
    padding: 14px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #5c6470;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
}
.tg-menu-item i { font-size: 16px; width: 20px; color: #94a3b8; }
.tg-menu-item.active, .tg-menu-item:hover {
    background: var(--tg-gray-two);
    color: var(--tg-primary-color);
}
.tg-menu-item.active i { color: var(--tg-primary-color); }
.tg-logout-action { color: var(--tg-red); margin-top: 20px; }

/* Dynamic Views Controls */
.tg-premium-content {
    flex: 1;
    background: var(--tg-white);
    border: 1px solid var(--tg-gray-two);
    border-radius: 16px;
    padding: 40px;
    min-height: 550px;
}
.tg-workspace-view { display: none; }
.tg-workspace-view.active { display: block; }

.tg-view-heading { margin-bottom: 30px; }
.tg-view-heading h1 { font-size: 32px; margin-bottom: 6px; }
.tg-view-heading p { font-size: 14px; color: var(--tg-body-font-color); margin: 0; }

/* Dashboard Hero Presentation */
.tg-dashboard-hero-card {
    background: linear-gradient(135deg, var(--tg-dark-two) 0%, var(--tg-dark) 100%);
    border-radius: 14px;
    padding: 30px;
    color: var(--tg-white);
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.hero-text-side { position: relative; z-index: 2; max-width: 70%; }
.hero-text-side h2 { color: var(--tg-white); font-size: 24px; margin-bottom: 10px; }
.hero-text-side p { color: #b9b9b9; font-size: 14px; margin: 0; line-height: 1.5; }
.hero-bg-icon {
    position: absolute;
    right: -10px;
    bottom: -20px;
    font-size: 130px;
    color: rgba(255,255,255,0.03);
    transform: rotate(-15deg);
}

/* Premium Component Blocks */
.tg-luxury-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}
.tg-luxury-stat-card {
    background: var(--tg-white);
    border: 1px solid #edf2f7;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.stat-icon {
    width: 48px;
    height: 48px;
    background: rgba(250, 164, 50, 0.1);
    color: var(--tg-primary-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.stat-icon.processing { background: rgba(13, 155, 77, 0.1); color: var(--tg-secondary-color); }
.stat-icon.wallet { background: rgba(13, 110, 253, 0.1); color: var(--tg-blue); }
.stat-info .stat-lbl { display: block; font-size: 12px; text-transform: uppercase; font-weight: 600; }
.stat-info .stat-num { font-family: var(--tg-heading-font-family); font-size: 20px; color: var(--tg-heading-font-color); }

/* Luxury Tables Config */
.tg-premium-table-wrapper { width: 100%; overflow-x: auto; }
.tg-luxury-table { width: 100%; border-collapse: collapse; }
.tg-luxury-table th {
    background: #f8fafc;
    padding: 16px;
    font-family: var(--tg-heading-font-family);
    font-size: 14px;
    text-transform: uppercase;
    color: var(--tg-heading-font-color);
    text-align: left;
}
.tg-luxury-table td { padding: 18px 16px; border-bottom: 1px solid #f1f5f9; font-size: 14px; }
.tg-status-pill {
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 20px;
    color: var(--tg-white);
}
.tg-status-pill.success { background: var(--tg-secondary-color); }
.tg-status-pill.dark { background: var(--tg-dark-two); }
.tg-action-btn-pill {
    padding: 6px 14px;
    background: var(--tg-gray-two);
    color: var(--tg-dark-two) !important;
    border-radius: 6px;
    font-weight: 600;
}
.tg-action-btn-pill:hover { background: var(--tg-dark); color: var(--tg-white) !important; }

/* Financial Card Engineering */
.tg-premium-credit-card {
    width: 100%;
    max-width: 340px;
    height: 200px;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border-radius: 16px;
    padding: 25px;
    color: var(--tg-white);
    position: relative;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.15);
}
.card-chip-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.card-chip-row i:first-child { font-size: 28px; color: #e2e8f0; }
.card-chip-row i:last-child { font-size: 36px; }
.card-number-row { font-size: 20px; letter-spacing: 2.5px; margin-bottom: 25px; font-family: monospace; }
.card-footer-row { display: flex; gap: 30px; }
.card-lbl { display: block; font-size: 9px; color: #94a3b8; }
.card-val { font-size: 12px; font-weight: 600; }
.card-badge-indicator { position: absolute; top: -10px; right: -10px; background: var(--tg-secondary-color); color: var(--tg-white); font-size: 11px; padding: 4px 10px; border-radius: 20px; font-weight: 600; }

/* Address Config */
.tg-address-flex-grid { display: flex; gap: 20px; flex-wrap: wrap; }
.tg-luxury-address-card { flex: 1; min-width: 250px; border: 1px solid #e2e8f0; border-radius: 12px; padding: 25px; }
.addr-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; border-bottom: 1px solid var(--tg-gray-two); padding-bottom: 10px; }
.addr-header h3 { font-size: 16px; display: flex; align-items: center; gap: 8px; }
.addr-header a { color: #94a3b8; }
.tg-luxury-address-card p { line-height: 1.7; font-size: 14px; margin: 0; }

/* Extended Forms Layout */
.tg-form-double-fields { display: flex; gap: 20px; }
@media (max-width: 576px) { .tg-form-double-fields { flex-direction: column; gap: 0; } }
.tg-form-separator { position: relative; text-align: center; margin: 35px 0 25px; }
.tg-form-separator::before { content: ""; position: absolute; left: 0; top: 50%; width: 100%; height: 1px; background: #e2e8f0; z-index: 1; }
.tg-form-separator span { position: relative; z-index: 2; background: var(--tg-white); padding: 0 15px; font-family: var(--tg-heading-font-family); text-transform: uppercase; font-size: 14px; font-weight: 600; color: var(--tg-primary-color); }


.Experince-section {
    background: var(--tg-gray-two);
    padding-top: 50px;
}
.Experince-section .left-curve-img {
    top: 29%;
    left: -74%;
}
.Experince-section .right-curve-img {
    top: 78%;
    right: 16px;
}
.quality-system-con {
    overflow: hidden;
}
.quality-system-left-con h2 {
    margin-bottom: 24px;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-heading-font-color);
    font-weight: var(--tg-heading-font-weight);
}
.quality-system-left-con p {
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 30px;
    color: var(--tg-body-font-color);
}
.quality-system-left-con p:nth-child(3) {
    margin-bottom: 26px;
}
.quality-system-list ul {
    width: 48%;
    float: left;
    margin-bottom: 26px;
    padding: 0;
}
.quality-system-list ul li {
    font-size: 18px;
    font-weight: 500;
    color: var(--tg-body-font-color);
    margin-left: 22px;
    margin-bottom: 8px;
}
.quality-system-list ul li i {
    font-size: 8px;
    position: absolute;
    left: -20px;
    top: 10px;
    color: var(--tg-primary-color);
    box-shadow: 0px 1px 5px 0px var(--tg-primary-color);
    background: var(--tg-primary-color);
    border-radius: 100%;
}
.quality-system-left-con a {
    text-decoration: none;
}
.quality-system-right-con {
    margin-top: 40px;
}
.quality-system-right-con::before {
    content: "";
    background: url(../image/curve-shape-img.png) no-repeat top center;
    width: 110%;
    height: 323px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}
.left-curve-img {
    position: absolute;
    top: 22%;
    left: 20px;
}
.right-curve-img {
    position: absolute;
    top: 58%;
    right: 10px;
}
.quality-system-right-con .left-curve-img {
    top: 37%;
    left: -50%;
    right: 5px;
}
.quality-system-right-con .right-curve-img {
    position: absolute;
    top: 75%;
}
.form-left-con .left-curve-img,
.faq-system-con .left-curve-img {
    top: 29%;
    right: 99px;
    transform: rotateZ(179deg);
    left: auto !important;
} 
.form-left-con .right-curve-img {
    top: 68%;
    left: 0;
    right: auto;
}
.appointment-btn {
    padding: 17px 40px;
    background: var(--tg-primary-color);
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
    color: var(--tg-white);
    transition: all 0.3s ease-out;
}
.appointment-btn:hover {
    color: var(--tg-white) !important;
    background: var(--tg-secondary-color);
    transform: translateY(-8px);
}
.quality-system-left-con a:hover,
.submitform-btn:hover {
    background: var(--tg-secondary-color);
}
.core-vaule-con {
    overflow: hidden;
    padding-top: 120px;
}
.core-vaule-con .form-left-con .left-curve-img {
    top: 31%;
    right: 58px;
}
.core-vaule-title h2 {
    margin-bottom: 24px;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-heading-font-color);
}
.core-vaule-title p {
    margin-bottom: 50px;
    padding-right: 37px;
    color: var(--tg-body-font-color);
}
.core-vaule-box-item {
    margin-bottom: 38px;
}
.core-vaule-box-item figure {
    position: absolute;
    margin: 0;
}
.core-vaule-box-item img {
    transition: all 0.3s ease-out;
} 
.core-vaule-box-item img:hover {
    transform: translateY(-8px);
}
.core-vaule-box-title {
    padding-left: 95px;
}
.core-vaule-box-title h5 {
    margin-bottom: 12px;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-heading-font-color);
}
.core-vaule-box-title span {
    font-size: 16px;
    color: var(--tg-body-font-color);
    font-weight: 400;
    line-height: 26px;
}

@media (max-width: 991px) {
    .quality-system-list ul {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .core-vaule-con {
        padding-top: 60px;
    }
    .core-vaule-title p {
        padding-right: 0;
        margin-bottom: 35px;
    }
}

@media (max-width: 768px) {
    .left-curve-img, .right-curve-img {
        display: none !important;
    }
    .quality-system-left-con {
        text-align: center;
    }
    .quality-system-list ul li i {
        left: 0;
        position: relative;
        display: inline-block;
        margin-right: 10px;
        top: -3px;
    }
    .quality-system-list ul li {
        margin-left: 0;
    }
    .core-vaule-box-title {
        padding-left: 0;
        margin-top: 15px;
        text-align: center;
    }
    .core-vaule-box-item figure {
        position: relative;
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
}



/* ---- Base reset for section ---- */
.st-section *, .st-section *::before, .st-section *::after { box-sizing: border-box; }
 
/* ========== SECTION WRAPPER ========== */
.st-section {
  background: var(--tg-gray-two);
  padding: 90px 0 80px;
  font-family: var(--tg-body-font-family);
  color: var(--tg-body-font-color);
}
.st-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
 
/* ========== HEADER ========== */
.st-header {
  text-align: center;
  margin-bottom: 44px;
}
.st-tag {
  display: inline-block;
  background: var(--tg-primary-color);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 18px;
  border-radius: 20px;
  margin-bottom: 16px;
}
.st-heading {
  font-family: var(--tg-heading-font-family);
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 600;
  color: var(--tg-heading-font-color);
  margin: 0 0 14px;
  line-height: var(--tg-heading-line-height);
}
.st-heading-bar {
  width: 56px;
  height: 4px;
  background: var(--tg-primary-color);
  border-radius: 2px;
  margin: 0 auto 18px;
}
.st-subhead {
  font-size: 16px;
  color: var(--tg-paragraph-color);
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.75;
}
 
/* ========== FILTER TABS ========== */
.st-filter-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 40px;
}
.st-filter-btn {
  padding: 9px 22px;
  border-radius: 25px;
  border: 2px solid var(--tg-gray);
  background: #fff;
  color: #555;
  font-family: var(--tg-body-font-family);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
}
.st-filter-btn:hover {
  border-color: var(--st-card-header-bg);
  color: var(--st-card-header-bg);
}
.st-filter-active {
  background: var(--st-card-header-bg) !important;
  border-color: var(--st-card-header-bg) !important;
  color: #fff !important;
}
 
/* ========== CARDS GRID ========== */
.st-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}
 
/* ========== SINGLE CARD ========== */
.st-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 16px rgba(0,0,0,0.07);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.st-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 32px rgba(26,58,107,0.14);
}
 
/* Card Header */
.st-card-header {
  background: var(--st-card-header-bg);
  padding: 18px 22px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.st-card-num {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: var(--tg-primary-color);
  color: #fff;
  font-family: var(--tg-heading-font-family);
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.st-card-name {
  font-family: var(--tg-heading-font-family);
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  line-height: 1.25;
}
 
/* Card Body */
.st-card-body {
  padding: 20px 22px 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.st-info-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #555;
  line-height: 1.55;
}
.st-info-row a {
  color: var(--st-card-header-bg);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.st-info-row a:hover { color: var(--tg-primary-color); }
.st-icon {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.st-icon svg { display: block; }
.st-icon-loc { background: rgba(250,164,50,0.12); color: var(--tg-primary-color); }
.st-icon-ph  { background: rgba(26,58,107,0.10);  color: var(--st-card-header-bg); }
.st-icon-clk { background: rgba(13,155,77,0.10);  color: var(--tg-secondary-color); }
 
/* Card Footer */
.st-card-footer {
  padding: 14px 22px 20px;
  display: flex;
  gap: 10px;
}
.st-btn-dir,
.st-btn-call {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px 12px;
  border-radius: 7px;
  font-family: var(--tg-body-font-family);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}
.st-btn-dir {
  background: var(--st-card-header-bg);
  color: #fff;
  border: 2px solid var(--st-card-header-bg);
}
.st-btn-dir:hover {
  background: #12306a;
  transform: translateY(-1px);
}
.st-btn-call {
  background: #fff;
  color: var(--tg-heading-font-color);
  border: 2px solid var(--tg-gray);
}
.st-btn-call:hover {
  border-color: var(--tg-primary-color);
  color: var(--tg-primary-color);
}
 
/* ========== NO RESULT ========== */
.st-no-result {
  text-align: center;
  padding: 48px 24px;
  color: #aaa;
}
.st-no-result svg { margin-bottom: 14px; opacity: 0.4; }
.st-no-result p { font-size: 16px; margin: 0; }
 
/* ========== BOTTOM NOTE ========== */
.st-bottom-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  color: #888;
  background: #fff;
  border: 1px solid var(--tg-gray);
  border-radius: 8px;
  padding: 14px 24px;
}
.st-bottom-note svg { color: var(--tg-primary-color); flex-shrink: 0; }
.st-bottom-note a {
  color: var(--st-card-header-bg);
  font-weight: 600;
  text-decoration: none;
}
.st-bottom-note a:hover { color: var(--tg-primary-color); }
 
/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
  .st-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
@media (max-width: 640px) {
  .st-section { padding: 60px 0 50px; }
  .st-grid { grid-template-columns: 1fr; gap: 18px; }
  .st-filter-wrap { gap: 8px; }
  .st-filter-btn { padding: 8px 16px; font-size: 13px; }
  .st-card-name { font-size: 16px; }
  .st-btn-dir, .st-btn-call { font-size: 12px; padding: 9px 8px; }
  .st-bottom-note { flex-direction: column; text-align: center; }
}
@media (max-width: 420px) {
  .st-card-footer { flex-direction: column; }
  .st-btn-dir, .st-btn-call { width: 100%; }
}

/* responsive */




@media (max-width: 1800px) {
.related-product-active .slick-arrow,
.home-shop-active .slick-arrow {
	left: -50px;
}
.related-product-active .slick-arrow.slick-next,
.home-shop-active .slick-arrow.slick-next {
	left: auto;
	right: -50px;
}
}

/* Extra large devices (large desktops, 1800px and up) */
@media (max-width: 1500px) {
  .custom-container {
    max-width: 1320px;
  }
  .our_specialties_section .our_specialties_right_shape {
    top: 110px;
  }
  .breadcrumb-bg {
    padding: 200px 0 120px !important;
  }
  .formula-img {
    margin-right: -30px;
  }
  .formula-list li {
    font-size: 18px;
    margin: 0 0 15px;
  }
.related-product-active .slick-arrow,
.home-shop-active .slick-arrow {
	left: 0;
}
.related-product-active .slick-arrow.slick-next,
.home-shop-active .slick-arrow.slick-next {
	left: auto;
	right: 0;
}
  .header-action > ul li {
    margin-left: 30px;
  }
  .navbar-wrap ul li a {
    padding: 38px 22px;
  }
  .offCanvas-wrap {
    width: 390px;
    padding: 15px 40px 35px;
  }
  .offCanvas-toggle {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    margin: 0 -10px 0 auto;
  }
  .offCanvas-content .title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .offCanvas-content {
    margin-bottom: 50px;
    margin-top: 20px;
  }
  .offcanvas-contact .number {
    font-size: 28px;
  }
  .offcanvas-contact .email {
    font-size: 20px;
  
  }

  .banner-content .banner-caption {
    margin: 0 0 20px;
  }
  .banner-content .title {
    font-size: 20px;
    margin: 0 0 40px;
  }
  .banner-images .main-img {
    max-width: 470px;
  }
  .banner-images .bg-shape {
    max-width: 960px;
  }
  .banner-shape.three {
    bottom: 0;
    left: 30px;
    max-width: 210px;
    z-index: -1;
  }
  .banner-shape.four {
    bottom: 0;
    right: 60px;
    max-width: 180px;
    z-index: 1;
  }

  .features-items-wrap .row > :nth-child(4n + 2) .features-item,
  .features-items-wrap .row > :nth-child(4n) .features-item {
    margin-left: 10px;
    margin-right: 30px;
  }
  .features-products-thumb {
    margin: 0px 120px 0px 130px;
  }
  .features-product-bottom {
    margin: 40px 0 0;
  }
  .features-products-wrap:nth-child(2n) .features-products-thumb {
    margin: 0px 130px 0px 110px;
  }
  .features-products-wrap:nth-child(3n + 3) .features-products-thumb {
    margin: 0px 120px 0px 100px;
  }
  .features-products {
    padding: 120px 0 120px;
  }
  
    .mission_section .mission_right_shape {
        top: 15px;
    }
    .mission_section .mission_right_shape img{
        width: 90px;
    }
    .vision_section .vision_left_shape {
        top: unset;
        bottom: 15px;
    }
    .vision_section .vision_left_shape img{
        width: 95px;
    }
.inner-shop-details-content .title {
	font-size: 40px;
}
.inner-shop-details-content .title br {
	display: none;
}
.subscribe_section .container{
  max-width: 1140px;
}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199.98px) {
  .custom-container {
    max-width: 960px;
  }
  .cart__collaterals-wrap {
    margin-left: 0;
}

  .formula-bg {
    padding: 115px 0 120px;
  }
  .formula-img {
    margin-right: 0;
  }
  .header-fixed-position {
    height: 108px;
  }
  .menu-area {
    padding: 25px 0;
  }
  .menu-nav {
    justify-content: space-between;
  }
  .header-action {
    margin-right: 30px;
  }
  .menu-outer .navbar-wrap {
    display: block !important;
  }
  .menu-area .mobile-nav-toggler {
    display: flex;
  }
  .sticky-menu.menu-area {
    padding: 15px 0;
  }
  .logo img {
    max-height: 48px;
  }

  .aboutus_section {
    padding: 85px 0 100px;
  }
  .aboutus_image figure {
    margin-top: 0;
  }
  .aboutus_section .aboutus_top_shape {
    top: -10px;
    left: -15px;
  }
  .aboutus_section .aboutus_top_shape img {
    width: 250px;
  }
  .aboutus_section .aboutus_bottom_shape {
    top: 230px;
    left: -25px;
  }
  .aboutus_section .aboutus_bottom_shape img {
    width: 115px;
  }
  .aboutus_content {
    padding-top: 130px;
    padding-left: 10px;
  }
  .aboutus_content h5 {
    margin-bottom: 5px;
  }
  .aboutus_content h2 {
    margin-bottom: 15px;
  }
  .aboutus_content p {
    margin-bottom: 12px;
  }
  .aboutus_content h6 {
    margin-left: 12px;
    margin-bottom: 25px;
  }
  .aboutus_content .btn_wrapper .get_started_btn {
    font-size: 20px;
    line-height: 20px;
    padding: 22px 35px;
  }

  .our_specialties_section {
    padding: 95px 0 75px;
  }
  .our_specialties_heading_content h5 {
    margin-bottom: 8px;
  }
  .our_specialties_heading_content h2 {
    margin-bottom: 15px;
  }
  .our_specialties_heading_content p {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .specialties_content {
    margin-bottom: 42px;
  }
  .s1 {
    padding-right: 10px;
  }
  .specialties_content .specialties_name {
    font-size: 16px;
    line-height: 22px;
  }
  .specialties_content .specialties_paragraph {
    font-size: 16px;
    line-height: 20px;
  }
  .s1::after {
    right: -70px;
  }
  .specialties_content::after {
    height: 65px;
    width: 65px;
    font-size: 38px;
    line-height: 56px;
  }
  .s2 {
    padding-right: 45px;
  }
  .s3 {
    padding-right: 45px;
  }
  .s4::after {
    right: -65px;
  }
  .specialties_left_line img {
    height: 380px;
  }
  .s5 {
    padding-left: 10px;
  }
  .s5::after {
    left: -70px;
  }
  .s6 {
    padding-left: 48px;
  }
  .s6::after {
    left: -28px;
  }
  .s7 {
    padding-left: 48px;
  }
  .s7::after {
    left: -28px;
  }
  .s8 {
    padding-left: 24px;
  }
  .s8::after {
    left: -65px;
  }
  .specialties_right_line img {
    height: 380px;
  }
  .our_specialties_section .our_specialties_right_shape {
    top: 115px;
  }
  .our_specialties_section .our_specialties_right_shape img {
    width: 240px;
  }

  .features-products-thumb {
    margin: 0px 60px 0px 100px;
  }
  .features-products-thumb::before {
    width: 550px;
    height: 550px;
  }
  .features-products-thumb .shape-img {
    left: -90px;
    max-width: 220px;
  }
  .features-products-wrap {
    margin-bottom: 130px;
  }
  .fp-shapes-wrap {
    display: none;
  }
  .features-products-wrap:nth-child(2n) .features-products-thumb {
    margin: 0px 100px 0px 65px;
  }
  .fp-circle.five {
    bottom: 31%;
  }
  .features-products-wrap:nth-child(3n + 3) .features-products-thumb {
    margin: 0px 65px 0px 70px;
  }
  .features-products-wrap:nth-child(3n + 3)
    .features-products-thumb
    .shape-img {
    left: -85px;
    max-width: 180px;
  }
  .home-shop-area {
    padding: 0 0 120px;
  }
  .features-product-content {
    width: 95%;
  }
  .features-bg {
    padding: 120px 0;
  }
  .subscribe_background_image {
    padding: 95px 65px 100px;
    border-radius: 0 0 50px;
  }
  .subscribe_content h5 {
    margin-bottom: 5px;
  }
  .subscribe_content h2 {
    margin-bottom: 25px;
  }
  .subscribe_content input {
    margin-bottom: 22px;
  }
  .subscribe_content button {
    font-size: 18px;
    line-height: 18px;
    padding: 18px 35px;
  }
  .subscribe_background_image .subscribe2 {
    bottom: -100px;
    right: -50px;
  }
  .subscribe_background_image .subscribe2 img {
    width: 780px;
  }

  .footer-section {
    padding: 230px 0 0px;
    margin-top: -135px;
  }
  .middle-portion .footer_logo {
    padding-left: 20px;
    padding-top: 0px;
  }
  .middle-portion .about_col {
    margin-left: -25px;
  }
  .middle-portion .about_col h4 {
    margin-bottom: 16px;
    padding-left: 0px;
  }
  .middle-portion .about_col ul li p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .middle-portion ul .icons {
    margin-right: 5px;
  }
  .middle-portion ul .icons i {
    font-size: 16px;
    line-height: 44px;
    height: 44px;
    width: 44px;
  }
  .middle-portion .links_col {
    padding-left: 0px;
  }
  .middle-portion h4 {
    margin-bottom: 14px;
  }
  .middle-portion li a {
    font-size: 16px;
    line-height: 30px;
  }
  .middle-portion .contact_col {
    padding-right: 0px;
    margin-left: -40px;
  }
  .middle-portion li i {
    margin-right: 10px;
  }
  .middle-portion li .location {
    margin-right: 10px;
  }
  .middle-portion .contact_col li span {
    font-size: 16px;
    line-height: 22px;
  }
  .copyright {
    padding: 20px 0;
  }
  .copyright p {
    line-height: 20px;
  }
  .footer_shape figure {
    bottom: 70px;
  }
  .footer_shape figure img {
    width: 120px;
  }
  .breadcrumb-bg {
    padding: 150px 0 120px !important;
  }

  .message_section {
    padding: 95px 0 100px;
  }
  .message_content h5 {
    margin-bottom: 8px;
  }
  .message_content h2 {
    margin-bottom: 15px;
  }
  .message_content p {
    margin-bottom: 30px;
  }
  .message_content input {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 22px;
    margin-bottom: 25px;
  }
  .message_content .form_style {
    margin-left: -32px;
  }
  .message_content textarea {
    padding: 16px 22px;
    height: 122px;
    margin-bottom: 35px;
  }
  .message_content button {
    font-size: 20px;
    line-height: 20px;
    padding: 22px 36px;
  }
  .message_section .box {
    width: 340px;
    padding: 26px 16px 35px;
    margin-bottom: 25px;
  }
  .message_section .box .box_image_content {
    width: 22%;
  }
  .message_section .box .box_image_content figure {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .message_section .box .box_wrapper {
    padding-left: 22px;
    margin-top: -10px;
    width: 78%;
  }
  .message_section .box .box_wrapper p {
    font-size: 16px;
    line-height: 22px;
  }

  .contact_subscribe_section {
    margin-top: -352px;
  }
  .inner-shop-details-content {
	padding-left: 10px;
}
.inner-shop-details-content .title {
	font-size: 36px;
}

}

@media (max-width: 991px) {
  .aboutus_section {
    padding: 55px 0 70px;
  }
      .section-py-130 {
        padding: 100px 0;
    }
  .cart__collaterals-wrap {
    margin-top: 50px;
}
.cart__collaterals-wrap {
    padding: 1.25rem 1.25rem 2.5rem;
    height: auto;
}
  .breadcrumb-content .title {
    font-size: 48px;
  }
  .breadcrumb-content .title {
    margin-bottom: 10px;
  }
  .aboutus_section .aboutus_top_shape {
    top: 0;
    left: 0px;
  }
  .formula-img {
    max-width: 80%;
    margin: 0 auto 50px;
  }
  .aboutus_section .aboutus_top_shape img {
    width: 170px;
  }
  .aboutus_section .aboutus_bottom_shape {
    top: 180px;
    left: -22px;
  }
  .aboutus_section .aboutus_bottom_shape img {
    width: 110px;
  }
  .aboutus_content {
    padding-top: 60px;
    padding-left: 0;
  }
  .aboutus_content h2 {
    margin-bottom: 12px;
  }
  .aboutus_content p {
    margin-bottom: 10px;
  }
  .aboutus_content h6 {
    margin-left: 10px;
    margin-bottom: 20px;
  }
  h6 {
    font-size: 16px;
    line-height: 24px;
  }
  .aboutus_line_wrapper .purple_line {
    top: 10px;
  }
  .aboutus_content .btn_wrapper .get_started_btn {
    font-size: 18px;
    line-height: 18px;
    padding: 20px 30px;
  }

  .our_specialties_section {
    padding: 65px 0 25px;
  }
  .our_specialties_heading_content h5 {
    margin-bottom: 5px;
  }
  .our_specialties_heading_content h2 {
    margin-bottom: 12px;
  }
  .our_specialties_heading_content p {
    margin-bottom: 25px;
    padding: 0;
  }
  .s1 {
    padding-top: 15px;
  }
  .s1::after {
    top: 15px;
  }
  .specialties_content::after {
    height: 60px;
    width: 60px;
    font-size: 36px;
    line-height: 52px;
  }
  .s5 {
    padding-top: 15px;
  }
  .s5::after {
    top: 15px;
  }
  .specialties_left_line {
    top: 30px;
  }
  .specialties_left_line img {
    height: 370px;
  }
  .specialties_right_line {
    top: 30px;
  }
  .specialties_right_line img {
    height: 370px;
  }
  .our_specialties_section .specialties_image {
    padding-top: 60px;
  }
  .our_specialties_section .our_specialties_right_shape {
    top: 50px;
  }
  .our_specialties_section .our_specialties_right_shape img {
    width: 150px;
  }

  .features-img {
    text-align: center;
    margin: 0 0 50px;
  }
  .features-products-wrap {
    text-align: center;
  }
  .features-products-thumb {
    margin: 0px 60px 50px 100px;
  }
  .features-product-content .title::after {
    margin: 18px auto 33px;
  }
  .features-product-content {
    width: 100%;
  }
  .features-product-bottom {
    margin: 35px 0 0;
    justify-content: center;
  }
  .fp-shapes-wrap {
    display: block;
  }
  .fp-shapes-wrap .fp-shape-two {
    top: 35%;
  }
  .features-products-wrap:nth-child(2n) .features-products-thumb {
    margin: 0px 100px 50px 65px;
  }
  .features-products-thumb .main-img::after {
    opacity: 0.7;
  }
  .features-products-wrap:nth-child(3n + 3) .features-products-thumb {
    margin: 0px 65px 50px 70px;
  }
  .fp-circle.one {
    width: 400px;
    height: 400px;
  }
  .fp-circle.two {
    width: 350px;
    height: 350px;
    bottom: 60%;
  }
  .fp-circle.three {
    width: 450px;
    height: 450px;
    bottom: 0;
  }

  .subscribe_background_image {
    padding: 65px 30px 70px;
  }
  .subscribe_content h2 {
    margin-bottom: 20px;
  }
  .subscribe_content input {
    font-size: 16px;
    line-height: 22px;
    padding-top: 22px;
    padding-bottom: 25px;
    padding-left: 18px;
    margin-bottom: 20px;
  }
  .subscribe_content button {
    font-size: 16px;
    line-height: 16px;
    padding: 16px 32px;
  }
  .subscribe_background_image .subscribe2 {
    bottom: -70px;
    right: -12px;
  }
  .subscribe_background_image .subscribe2 img {
    width: 575px;
  }

  .footer-section {
    padding: 200px 0 0;
  }
  .middle-portion {
    margin-bottom: 70px;
  }
  .middle-portion .about_col {
    margin-left: 0;
  }
  .middle-portion .about_col h4 {
    margin-bottom: 14px;
  }
  .middle-portion .about_col ul li p {
    margin-bottom: 15px;
  }
  .middle-portion ul .icons i {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    width: 40px;
  }
  .middle-portion .links_col {
    padding-left: 40px;
  }
  .middle-portion h4 {
    margin-bottom: 12px;
  }
  .middle-portion .contact_col {
    margin-left: 0;
  }
  .middle-portion li i {
    margin-right: 5px;
  }
  .middle-portion li .location {
    margin-right: 5px;
  }
  .copyright {
    padding: 16px 0;
  }
  .copyright p {
    line-height: 18px;
  }
  .footer_shape figure {
    bottom: 55px;
  }
  .footer_shape figure img {
    width: 100px;
  }
  
    .mission_section {
        padding: 70px 0 35px;
    }
    .mission_section .mission_box {
        border-radius: 140px 0 140px 0;
    }
    .mission_content {
        padding-top: 70px;
        padding-left: 45px;
    }
    .mission_content h5 {
        margin-bottom: 5px;
    }
    .mission_content h2 {
        margin-bottom: 10px;
    }
    .mission_content p {
        margin-bottom: 22px;
        padding-right: 0px;
    }
    .mission_content .btn_wrapper .read_more_btn {
        font-size: 18px;
        line-height: 18px;
        padding: 20px 35px;
    }

    .vision_section {
        padding: 35px 0 70px;
    }
    .vision_section .vision_box {
        border-radius: 120px 0 120px 0;
    }
    .vision_content {
        padding-top: 40px;
        padding-left: 0px;
    }
    .vision_content h5 {
        margin-bottom: 5px;
    }
    .vision_content h2 {
        margin-bottom: 10px;
    }
    .vision_content p {
        margin-bottom: 22px;
        padding-right: 30px;
    }
    .vision_content .btn_wrapper .read_more_btn {
        font-size: 18px;
        line-height: 18px;
        padding: 20px 35px;
    }
    .inner-shop-details-flex-wrap {
	margin: 0 0 50px;
}
.inner-shop-details-content {
	padding-left: 0;
}
.add-review form {
	padding: 45px 40px 50px;
}

}
/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) {
  .custom-container {
    max-width: 100%;
  }
  .video-shape.one,
.video-shape.two {
	max-width: 100px;
}
.video-shape.one {
	bottom: -4%;
}
  .banner-images .bg-shape {
	display: none;
}
  .formula-img {
    max-width: 100%;
  }
  .header-fixed-position {
    height: 98px;
  }
  .transparent-header {
    top: 0;
  }
  .menu-area {
    padding: 20px 0;
  }
  .logo img {
    max-height: 48px;
  }
  .breadcrumb-content .title {
    font-size: 54px;
  }

  .banner-area {
    padding: 45px 0 0;
  }
  .brand-area {
    padding: 80px 0 85px;
  }
  .banner-content .title {
    font-size: 15px;
    margin: 0 0 40px;
  }

  .aboutus_section {
    padding: 45px 0 60px;
  }
  .aboutus_image {
    margin-bottom: 30px;
  }
  .aboutus_section .aboutus_top_shape {
    top: 45px;
  }
  .aboutus_section .aboutus_top_shape img {
    width: 160px;
  }
  .aboutus_section .aboutus_bottom_shape {
    top: 195px;
    left: -15px;
  }
  .aboutus_section .aboutus_bottom_shape img {
    width: 90px;
  }
  .aboutus_content {
    padding-top: 0;
    text-align: center;
  }
  .aboutus_content h2 {
    margin-bottom: 10px;
  }
  .aboutus_content p {
    margin-bottom: 5px;
  }
  .aboutus_content h6 {
    margin-left: 0px;
    margin-bottom: 18px;
    padding: 0 75px;
  }
  h6 {
    font-size: 14px;
    line-height: 22px;
  }
  .aboutus_line_wrapper .purple_line {
    top: 5px;
    left: 80px;
  }
  .aboutus_content .btn_wrapper .get_started_btn {
    font-size: 16px;
    line-height: 16px;
    padding: 18px 28px;
  }
  .cart__table thead th.product__subtotal,
.cart__table thead th.product__price {
    display: none;
}
.cart__table .product__price {
    display: none;
}
.cart__table .product__subtotal {
    display: none;
}
.cart__table tbody td {
    padding: 12px 10px;
}
.cart__table .product__remove a {
    position: absolute;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.375rem;
    height: 1.375rem;
    border-radius: 50%;
    color: #fff;
    background-color: red;
    font-size: 15px !important;
    left: 0;
    margin-top: -10px;
}
.cart__table tbody td.product__quantity {
    text-align: right;
    padding-right: 0;
}
.cart__table .quickview-cart-plus-minus {
    margin: 0;
}
.update__cart-btn {
    text-align: center !important;
    width: 100%;
    margin-top: 20px;
}
.update__cart-btn .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
}
.cart__actions-form {
    width: 100%;
}
.coupon__code-info {
    flex-wrap: wrap;
}
.customer__form-wrap {
    padding: 25px 20px;
}
.order__info-wrap {
    padding: 25px 20px;
}

  .our_specialties_section {
    padding: 55px 0 30px;
  }
  .our_specialties_heading_content h2 {
    margin-bottom: 8px;
  }
  .our_specialties_heading_content p {
    margin-bottom: 20px;
  }
  .s1 {
    padding-top: 0;
    padding-right: 0;
  }
  .specialties_content {
    margin-bottom: 25px;
    text-align: left;
    padding-left: 42px;
  }
  .specialties_content::after {
    height: 55px;
    width: 55px;
    font-size: 32px;
    line-height: 45px;
  }
  .s1::after {
    top: 0;
    right: unset;
    left: -22px;
  }
  .s2 {
    padding-right: 0;
  }
  .s2::after {
    top: 0;
    right: unset;
    left: -22px;
  }
  .s3 {
    padding-right: 0;
  }
  .s3::after {
    top: 0;
    right: unset;
    left: -22px;
  }
  .s4 {
    padding-right: 0;
  }
  .s4::after {
    top: 0;
    right: unset;
    left: -22px;
  }
  .specialties_left_line {
    display: none;
  }
  .s5 {
    padding-top: 0;
  }
  .s5::after {
    top: 0;
    left: -22px;
  }
  .s6::after {
    left: -22px;
  }
  .s7::after {
    left: -22px;
  }
  .s8::after {
    left: -22px;
  }
  .specialties_right_line {
    display: none;
  }
  .our_specialties_section .our_specialties_right_shape {
    top: 35px;
  }
  .our_specialties_section .our_specialties_right_shape img {
    width: 95px;
  }

  .features-item {
    margin: 0 0 50px !important;
    text-align: center;
  }
  .features-icon {
    display: inline-flex;
  }
  .features-items-wrap .row > :last-child .features-item {
    margin: 0 !important;
  }
  .fp-shapes-wrap {
    display: none;
  }
  .features-products-thumb::before {
    width: 400px;
    height: 400px;
  }
  .features-products-thumb {
    margin: 0px 35px 45px 90px;
    max-width: 330px;
  }
  .features-product-content .title {
    font-size: 44px;
    margin-bottom: 0;
  }
  .features-product-content .title::after {
    margin: 18px auto 30px;
  }
  .features-product-bottom {
    margin: 25px 0 0;
  }
  .features-product-bottom > * {
    margin-top: 10px;
    margin: 10px 15px 0;
  }
  .features-products-wrap:nth-child(2n) .features-products-thumb {
    margin: 0px 80px 45px 40px;
  }
  .features-products-wrap:nth-child(2n) .features-products-thumb .shape-img {
    bottom: 27px;
    left: auto;
    right: -65px;
    max-width: 190px;
  }
  .features-products-wrap:nth-child(3n + 3) .features-products-thumb {
    margin: 0px 35px 45px 70px;
  }
  .features-products-wrap:nth-child(3n + 3)
    .features-products-thumb
    .shape-img {
    left: -65px;
    max-width: 165px;
  }
  .fp-circle.three {
    width: 350px;
    height: 350px;
    bottom: 30px;
    left: -100px;
  }

  .subscribe_background_image {
    padding: 55px 30px 60px;
    border-radius: 0 0 26px;
  }
  .subscribe_content h2 {
    margin-bottom: 15px;
  }
  .subscribe_content input {
    font-size: 14px;
    line-height: 20px;
    padding-top: 18px;
    padding-bottom: 22px;
    padding-left: 16px;
    margin-bottom: 15px;
  }
  .subscribe_content button {
    padding: 14px 28px;
  }
  .subscribe_background_image .subscribe2 {
    bottom: -60px;
    right: -16px;
  }
  .subscribe_background_image .subscribe2 img {
    width: 460px;
  }

  .footer-section {
    padding: 145px 0 0;
    margin-top: -90px;
  }
  .middle-portion {
    margin-bottom: 60px;
  }
  .middle-portion .about_col h4 {
    margin-bottom: 12px;
  }
  .middle-portion .about_col ul li p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .middle-portion ul .icons i {
    line-height: 38px;
    height: 38px;
    width: 38px;
  }
  .middle-portion h4 {
    margin-bottom: 10px;
  }
  .middle-portion li i {
    margin-right: 8px;
  }
  .middle-portion li a {
    font-size: 14px;
    line-height: 28px;
  }
  .middle-portion li .location {
    margin-right: 8px;
  }
  .middle-portion .contact_col li span {
    font-size: 14px;
    line-height: 20px;
  }
  .copyright {
    padding: 14px 0;
  }
  .copyright p {
    line-height: 14px;
  }
  .footer_shape figure {
    bottom: 50px;
  }
  .footer_shape figure img {
    width: 72px;
  }
      .mission_section .mission_right_shape {
        top: 15px;
    }
    .mission_section .mission_right_shape img{
        width: 90px;
    }
    .vision_section .vision_left_shape {
        top: unset;
        bottom: 15px;
    }
    .vision_section .vision_left_shape img{
        width: 95px;
    }
    .inner-shop-details-flex-wrap {
	margin: 0 0 40px;
}
.inner-shop-details-content .title {
	font-size: 28px;
}
.product-desc-wrap .nav-tabs .nav-item .nav-link.active::after {
	display: none;
}
.product-desc-wrap .nav-tabs .nav-item .nav-link.active {
	color: var(--tg-secondary-color);
}
.product-desc-wrap .nav-tabs .nav-item {
	margin: 0 30px 0 0;
}
.product-desc-wrap .nav-tabs {
	padding-bottom: 10px;
}
.product-desc-content .table-sm th {
	width: auto;
}
.reviews-comment .review-info {
	display: block;
}
.review-img {
	margin: 0 0 15px;
}
.add-review form {
	padding: 30px 25px 35px;
}
}

@media (max-width: 575px) {
  .aboutus_section .aboutus_top_shape {
    display: none;
  }
  .aboutus_section .aboutus_bottom_shape {
    display: none;
  }
  .aboutus_content h2 {
    margin-bottom: 8px;
    padding: 0 35px;
  }
  .aboutus_content h6 {
    margin-bottom: 15px;
    padding: 0 20px;
  }
  .aboutus_line_wrapper .purple_line {
    left: 25px;
  }
  .aboutus_content .btn_wrapper .get_started_btn {
    font-size: 14px;
    line-height: 14px;
    padding: 16px 26px;
  }

  .our_specialties_section {
    padding: 55px 0 35px;
  }
  .our_specialties_heading_content p {
    margin-bottom: 20px;
  }
  .specialties_content {
    margin-bottom: 22px;
    padding-left: 55px;
  }
  .specialties_content .specialties_name {
    font-size: 14px;
    line-height: 20px;
  }
  .specialties_content .specialties_paragraph {
    font-size: 14px;
    line-height: 18px;
  }
  .specialties_content::after {
    height: 45px;
    width: 45px;
    font-size: 26px;
    line-height: 34px;
  }
  .s1::after {
    left: 0;
  }
  .s2::after {
    left: 0;
  }
  .s3::after {
    left: 0;
  }
  .s4::after {
    left: 0;
  }
  .s5::after {
    left: 0;
  }
  .s6::after {
    left: 0;
  }
  .s7::after {
    left: 0;
  }
  .s8::after {
    left: 0;
  }
  .our_specialties_section .our_specialties_right_shape img {
    width: 85px;
  }
  .features-img {
    margin: 0 auto 50px;
    max-width: 80%;
  }
  .features-product-content .title {
    font-size: 48px;
    margin-bottom: 0;
  }

  .related-product-active [class*="col-"],
  .home-shop-active [class*="col-"] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .related-products-area .related-product-active,
  .home-shop-area .home-shop-active {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .related-product-active .slick-arrow,
  .home-shop-active .slick-arrow {
    left: -20px;
  }
  .related-product-active .slick-arrow.slick-next,
  .home-shop-active .slick-arrow.slick-next {
    left: auto;
    right: -20px;
  }
  .subscribe_background_image {
    padding: 55px 30px 0px;
  }
  .subscribe_content h2 {
    margin-bottom: 12px;
  }
  .subscribe_content input {
    font-size: 12px;
    line-height: 18px;
    padding-top: 16px;
    padding-bottom: 18px;
    padding-left: 12px;
  }
  .subscribe_content button {
    font-size: 14px;
    line-height: 14px;
    padding: 14px 30px;
  }
  .subscribe_background_image .subscribe2 {
    bottom: 0px;
    right: 30px;
    position: relative;
  }
  .subscribe_background_image .subscribe2 img {
    width: 330px;
  }

  .footer-section {
    padding: 100px 0 0;
    margin-top: -45px;
  }
  .middle-portion {
    text-align: center;
  }
  .middle-portion .about_col h4 {
    margin-bottom: 10px;
  }
  .middle-portion .about_col ul li p {
    padding: 0 20px;
  }
  .middle-portion ul .icons i {
    font-size: 12px;
    line-height: 36px;
    height: 36px;
    width: 36px;
  }
  .copyright p {
    line-height: 12px;
    font-size: 12px;
  }
  .footer_shape figure {
    display: none;
  }
   .mission_section .mission_box {
        border-radius: 118px 0 118px 0;
    }
    .mission_content {
        padding-top: 50px;
    }
    .mission_content p {
        margin-bottom: 15px;
        padding: 0 10px;
    }
    .mission_content .btn_wrapper .read_more_btn {
        font-size: 14px;
        line-height: 14px;
        padding: 16px 30px;
    }

    .vision_section .vision_box {
        border-radius: 118px 0 118px 0;
    }
    .vision_content p {
        margin-bottom: 15px;
        padding: 0 10px;
    }
    .vision_content .btn_wrapper .read_more_btn {
        font-size: 14px;
        line-height: 14px;
        padding: 16px 30px;
    }
.inner-shop-details-content .title {
	font-size: 32px;
}
.related-product-active [class*="col-"],
.home-shop-active [class*="col-"] {
	padding-left: 40px;
	padding-right: 40px;
}
.related-products-area .related-product-active,
.home-shop-area .home-shop-active {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.related-product-active .slick-arrow,
.home-shop-active .slick-arrow {
	left: -20px;
}
.related-product-active .slick-arrow.slick-next,
.home-shop-active .slick-arrow.slick-next {
	left: auto;
	right: -20px;
}
}

/*==================================================
=            Mobile Responsive Banner Fix          =
==================================================*/

@media (max-width: 767px) {
 
  .banner-images .main-img {
    position: relative !important;
    bottom: 0;
    max-width: 100%; 
    height: auto;
  }

  .banner-content {
    margin: 0 0 30px; 
  }

  .banner-content .title {
    font-size: 24px;
    margin: 0 0 30px;
  }

 .banner-images .bg-shape {
    display: none; 
  }
  
  .banner-images::after {
    width: 80%; 
     bottom: 0;
  }

  .banner-shape.one {
    top: 5%;
    width: 60px;
  }
  .banner-shape.two {
    top: 2%;
    width: 70px;
  }
  .banner-shape.three,
  .banner-shape.four ,.banner-shape.one ,.banner-shape.two {
    display: none;   }
}